Html Css Color HEX #C67049 Red Damask

📋 copy color: '#C67049'

red 198 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #C67049

Tints of Red Damask #C67049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 51.7%
G = 29.24%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C67049 (or 0xC67049) is known color: Red Damask. HEX triplet: C6, 70 and 49. RGB value is (198,112,73). Sum of RGB (Red+Green+Blue) = 198+112+73=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67049 is #398FB6. Grayscale: #858585. Windows color (decimal): -3772343 or 4812998. OLE color: 4812998.

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

Color convert

RGB 198 112 73 -
CMYK 0 0.43 0.63 0.22
HSL 18.72º 0.52% 0.53% -
HSV(B) 18.72º 0.63% 0.78% -
XYZ 30.29 24.08 9.35 -
YUV 133.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 198 112 73 0 0.43 0.63 0.22 18.72 0.52 0.53
Hex C6 70 49 0 2B 3F 16 13 34 35
Octal 306 160 111 0 53 77 26 23 64 65
Binary 11000110 1110000 1001001 0 101011 111111 10110 10011 110100 110101

Color Harmonies of #C67049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67049

Black with #C67049

Text Example


Text Example

White with #C67049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67049; }

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

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

background-color css

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

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

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

border-color css

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

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

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