Html Css Color HEX #C37045 Red Damask

📋 copy color: '#C37045'

red 195 ◦ green 112 ◦ blue 69

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

Shades of Red Damask #C37045

Tints of Red Damask #C37045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 51.86%
G = 29.79%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37045 (or 0xC37045) is known color: Red Damask. HEX triplet: C3, 70 and 45. RGB value is (195,112,69). Sum of RGB (Red+Green+Blue) = 195+112+69=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37045 is #3C8FBA. Grayscale: #848484. Windows color (decimal): -3968955 or 4550851. OLE color: 4550851.

HSL color Cylindrical-coordinate representation of color #C37045: hue angle of 20.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C37045 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 69 -
CMYK 0 0.43 0.65 0.24
HSL 20.48º 0.51% 0.52% -
HSV(B) 20.48º 0.65% 0.76% -
XYZ 29.37 23.62 8.64 -
YUV 131.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 195 112 69 0 0.43 0.65 0.24 20.48 0.51 0.52
Hex C3 70 45 0 2B 41 18 14 33 34
Octal 303 160 105 0 53 101 30 24 63 64
Binary 11000011 1110000 1000101 0 101011 1000001 11000 10100 110011 110100

Color Harmonies of #C37045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37045

Black with #C37045

Text Example


Text Example

White with #C37045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37045; }

 p { color: rgb(195,112,69); }

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

background-color css

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

 a { background-color: rgb(195,112,69); }

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

border-color css

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

 span { border-color: rgb(195,112,69); }

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