#C37045

Color #C37045 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C37045

Tints of Red Damask #C37045

Color information

#C37045 (or 0xC37045) is unknown color: approx 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

RGB19511269-
CMYK00.430.650.24
HSL20.48º51.22%51.76%-
HSV(B)20.48º64.62%76.47%-
XYZ29.3723.628.64-
YUV131.9292.5173-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951126900.430.650.2420.4851.2251.76
HexC3704502B4118143334
Octal30316010505310130246364
Binary1100001111100001000101010101110000011100010100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>