Html Css Color HEX #C66C49 Red Damask

📋 copy color: '#C66C49'

red 198 ◦ green 108 ◦ blue 73

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

Shades of Red Damask #C66C49

Tints of Red Damask #C66C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 52.24%
G = 28.5%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C66C49 (or 0xC66C49) is known color: Red Damask. HEX triplet: C6, 6C and 49. RGB value is (198,108,73). Sum of RGB (Red+Green+Blue) = 198+108+73=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C49 is #3993B6. Grayscale: #838383. Windows color (decimal): -3773367 or 4811974. OLE color: 4811974.

HSL color Cylindrical-coordinate representation of color #C66C49: hue angle of 16.8º 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 #C66C49 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 73 -
CMYK 0 0.45 0.63 0.22
HSL 16.8º 0.52% 0.53% -
HSV(B) 16.8º 0.63% 0.78% -
XYZ 29.85 23.21 9.21 -
YUV 130.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 198 108 73 0 0.45 0.63 0.22 16.8 0.52 0.53
Hex C6 6C 49 0 2D 3F 16 11 34 35
Octal 306 154 111 0 55 77 26 21 64 65
Binary 11000110 1101100 1001001 0 101101 111111 10110 10001 110100 110101

Color Harmonies of #C66C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C49

Black with #C66C49

Text Example


Text Example

White with #C66C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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