Html Css Color HEX #C37449 Red Damask

📋 copy color: '#C37449'

red 195 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #C37449

Tints of Red Damask #C37449

RGB

 RED value IS 195 (76.56% from 255) = 50.78%

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

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

R = 50.78%
G = 30.21%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37449 (or 0xC37449) is known color: Red Damask. HEX triplet: C3, 74 and 49. RGB value is (195,116,73). Sum of RGB (Red+Green+Blue) = 195+116+73=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37449 is #3C8BB6. Grayscale: #868686. Windows color (decimal): -3967927 or 4814019. OLE color: 4814019.

HSL color Cylindrical-coordinate representation of color #C37449: hue angle of 21.15º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37449 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 73 -
CMYK 0 0.41 0.63 0.24
HSL 21.15º 0.5% 0.53% -
HSV(B) 21.15º 0.63% 0.76% -
XYZ 29.95 24.57 9.47 -
YUV 134.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 195 116 73 0 0.41 0.63 0.24 21.15 0.5 0.53
Hex C3 74 49 0 29 3F 18 15 32 35
Octal 303 164 111 0 51 77 30 25 62 65
Binary 11000011 1110100 1001001 0 101001 111111 11000 10101 110010 110101

Color Harmonies of #C37449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37449

Black with #C37449

Text Example


Text Example

White with #C37449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37449; }

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

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

background-color css

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

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

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

border-color css

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

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

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