#C6664A

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

Shades of Red Damask #C6664A

Tints of Red Damask #C6664A

Color information

#C6664A (or 0xC6664A) is unknown color: approx Red Damask. HEX triplet: C6, 66 and 4A. RGB value is (198,102,74). Sum of RGB (Red+Green+Blue) = 198+102+74=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6664A is #3999B5. Grayscale: #7F7F7F. Windows color (decimal): -3774902 or 4875974. OLE color: 4875974.

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

Color convert

RGB19810274-
CMYK00.480.630.22
HSL13.55º52.1%53.33%-
HSV(B)13.55º62.63%77.65%-
XYZ29.28229.18-
YUV127.5197.8178.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.94%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=52.94%
G=27.27%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981027400.480.630.2213.5552.153.33
HexC6664A0303F16e3435
Octal3061461120607726166465
Binary11000110110011010010100110000111111101101110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6664A; }

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

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

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

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

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

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

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

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