#C7664A

Color #C7664A Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C7664A

Tints of Red Damask #C7664A

Color information

#C7664A (or 0xC7664A) is unknown color: approx Red Damask. HEX triplet: C7, 66 and 4A. RGB value is (199,102,74). Sum of RGB (Red+Green+Blue) = 199+102+74=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7664A is #3899B5. Grayscale: #808080. Windows color (decimal): -3709366 or 4875975. OLE color: 4875975.

HSL color Cylindrical-coordinate representation of color #C7664A: hue angle of 13.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7664A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB19910274-
CMYK00.490.630.22
HSL13.44º52.74%53.53%-
HSV(B)13.44º62.81%78.04%-
XYZ29.5422.149.19-
YUV127.8197.64178.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=53.07%
G=27.2%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991027400.490.630.2213.4452.7453.53
HexC7664A0313F16d3536
Octal3071461120617726156566
Binary11000111110011010010100110001111111101101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7664A; }

 p { color: rgb(199,102,74); }

 H1.HeaderClassName
 {
   color: #C7664A;
 }
 .AnyTagClassName
 {
   color: #C7664A;
 }
</style>
background-color css

<style>
 a { background-color: #C7664A; }

 a { background-color: rgb(199,102,74); }

 div.DivClassName
 {
   background-color: #C7664A;
 }
 .BgClassName
 {
   background-color: #C7664A;
 }
</style>
border-color css

<style>
 span { border-color: #C7664A; }

 span { border-color: rgb(199,102,74); }

 td.TdClassName
 {
   border-color: #C7664A;
 }
 .TagClassName
 {
   border-color: #C7664A;
 }
</style>