Html Css Color HEX #C67849 Red Damask

📋 copy color: '#C67849'

red 198 ◦ green 120 ◦ blue 73

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

Shades of Red Damask #C67849

Tints of Red Damask #C67849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 50.64%
G = 30.69%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C67849 (or 0xC67849) is known color: Red Damask. HEX triplet: C6, 78 and 49. RGB value is (198,120,73). Sum of RGB (Red+Green+Blue) = 198+120+73=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C67849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67849 is #3987B6. Grayscale: #8A8A8A. Windows color (decimal): -3770295 or 4815046. OLE color: 4815046.

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

Color convert

RGB 198 120 73 -
CMYK 0 0.39 0.63 0.22
HSL 22.56º 0.52% 0.53% -
HSV(B) 22.56º 0.63% 0.78% -
XYZ 31.21 25.92 9.66 -
YUV 137.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 198 120 73 0 0.39 0.63 0.22 22.56 0.52 0.53
Hex C6 78 49 0 27 3F 16 17 34 35
Octal 306 170 111 0 47 77 26 27 64 65
Binary 11000110 1111000 1001001 0 100111 111111 10110 10111 110100 110101

Color Harmonies of #C67849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67849

Black with #C67849

Text Example


Text Example

White with #C67849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67849; }

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

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

background-color css

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

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

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

border-color css

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

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

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