Html Css Color HEX #C66F49 Red Damask

📋 copy color: '#C66F49'

red 198 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #C66F49

Tints of Red Damask #C66F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

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

R = 51.83%
G = 29.06%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C66F49 (or 0xC66F49) is known color: Red Damask. HEX triplet: C6, 6F and 49. RGB value is (198,111,73). Sum of RGB (Red+Green+Blue) = 198+111+73=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F49 is #3990B6. Grayscale: #848484. Windows color (decimal): -3772599 or 4812742. OLE color: 4812742.

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

Color convert

RGB 198 111 73 -
CMYK 0 0.44 0.63 0.22
HSL 18.24º 0.52% 0.53% -
HSV(B) 18.24º 0.63% 0.78% -
XYZ 30.18 23.86 9.32 -
YUV 132.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 198 111 73 0 0.44 0.63 0.22 18.24 0.52 0.53
Hex C6 6F 49 0 2C 3F 16 12 34 35
Octal 306 157 111 0 54 77 26 22 64 65
Binary 11000110 1101111 1001001 0 101100 111111 10110 10010 110100 110101

Color Harmonies of #C66F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F49

Black with #C66F49

Text Example


Text Example

White with #C66F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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