Html Css Color HEX #C67449 Red Damask

📋 copy color: '#C67449'

red 198 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #C67449

Tints of Red Damask #C67449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 51.16%
G = 29.97%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C67449 (or 0xC67449) is known color: Red Damask. HEX triplet: C6, 74 and 49. RGB value is (198,116,73). Sum of RGB (Red+Green+Blue) = 198+116+73=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C67449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67449 is #398BB6. Grayscale: #878787. Windows color (decimal): -3771319 or 4814022. OLE color: 4814022.

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

Color convert

RGB 198 116 73 -
CMYK 0 0.41 0.63 0.22
HSL 20.64º 0.52% 0.53% -
HSV(B) 20.64º 0.63% 0.78% -
XYZ 30.74 24.98 9.5 -
YUV 135.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 198 116 73 0 0.41 0.63 0.22 20.64 0.52 0.53
Hex C6 74 49 0 29 3F 16 15 34 35
Octal 306 164 111 0 51 77 26 25 64 65
Binary 11000110 1110100 1001001 0 101001 111111 10110 10101 110100 110101

Color Harmonies of #C67449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67449

Black with #C67449

Text Example


Text Example

White with #C67449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67449; }

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

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

background-color css

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

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

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

border-color css

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

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

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