#C66C4B

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

Shades of Red Damask #C66C4B

Tints of Red Damask #C66C4B

Color information

#C66C4B (or 0xC66C4B) is unknown color: approx Red Damask. HEX triplet: C6, 6C and 4B. RGB value is (198,108,75). Sum of RGB (Red+Green+Blue) = 198+108+75=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C4B is #3993B4. Grayscale: #838383. Windows color (decimal): -3773365 or 4943046. OLE color: 4943046.

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

Color convert

RGB19810875-
CMYK00.450.620.22
HSL16.1º51.9%53.53%-
HSV(B)16.1º62.12%77.65%-
XYZ29.9223.249.57-
YUV131.1596.32175.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=51.97%
G=28.35%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981087500.450.620.2216.151.953.53
HexC66C4B02D3E16103436
Octal3061541130557626206466
Binary110001101101100100101101011011111101011010000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C4B; }

 p { color: rgb(198,108,75); }

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

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

 a { background-color: rgb(198,108,75); }

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

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

 span { border-color: rgb(198,108,75); }

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