#C37452

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

Shades of Red Damask #C37452

Tints of Red Damask #C37452

Color information

#C37452 (or 0xC37452) is unknown color: approx Red Damask. HEX triplet: C3, 74 and 52. RGB value is (195,116,82). Sum of RGB (Red+Green+Blue) = 195+116+82=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37452 is #3C8BAD. Grayscale: #878787. Windows color (decimal): -3967918 or 5403843. OLE color: 5403843.

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

Color convert

RGB19511682-
CMYK00.410.580.24
HSL18.05º48.5%54.31%-
HSV(B)18.05º57.95%76.47%-
XYZ30.2724.711.16-
YUV135.7497.67170.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=49.62%
G=29.52%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951168200.410.580.2418.0548.554.31
HexC374520293A18123036
Octal3031641220517230226066
Binary110000111110100101001001010011110101100010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37452; }

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

 H1.HeaderClassName
 {
   color: #C37452;
 }
 .AnyTagClassName
 {
   color: #C37452;
 }
</style>
background-color css

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

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

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

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

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

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