Html Css Color HEX #C66C52 Red Damask

📋 copy color: '#C66C52'

red 198 ◦ green 108 ◦ blue 82

#C66C52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C66C52

Tints of Red Damask #C66C52

RGB

 RED value IS 198 (77.73% from 255) = 51.03%

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 51.03%
G = 27.84%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C66C52 (or 0xC66C52) is known color: Red Damask. HEX triplet: C6, 6C and 52. RGB value is (198,108,82). Sum of RGB (Red+Green+Blue) = 198+108+82=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C52 is #3993AD. Grayscale: #848484. Windows color (decimal): -3773358 or 5401798. OLE color: 5401798.

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

Color convert

RGB 198 108 82 -
CMYK 0 0.45 0.59 0.22
HSL 13.45º 0.5% 0.55% -
HSV(B) 13.45º 0.59% 0.78% -
XYZ 30.17 23.34 10.9 -
YUV 131.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 198 108 82 0 0.45 0.59 0.22 13.45 0.5 0.55
Hex C6 6C 52 0 2D 3B 16 D 32 37
Octal 306 154 122 0 55 73 26 15 62 67
Binary 11000110 1101100 1010010 0 101101 111011 10110 1101 110010 110111

Color Harmonies of #C66C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C52

Black with #C66C52

Text Example


Text Example

White with #C66C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C52; }

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

 H1.HeaderClassName
 {
   color: #C66C52;
 }
 .AnyTagClassName
 {
   color: #C66C52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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