#C37053

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

Shades of Red Damask #C37053

Tints of Red Damask #C37053

Color information

#C37053 (or 0xC37053) is unknown color: approx Red Damask. HEX triplet: C3, 70 and 53. RGB value is (195,112,83). Sum of RGB (Red+Green+Blue) = 195+112+83=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C37053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37053 is #3C8FAC. Grayscale: #858585. Windows color (decimal): -3968941 or 5468355. OLE color: 5468355.

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

Color convert

RGB19511283-
CMYK00.430.570.24
HSL15.54º48.28%54.51%-
HSV(B)15.54º57.44%76.47%-
XYZ29.8623.8111.21-
YUV133.5199.5171.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=50%
G=28.72%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951128300.430.570.2415.5448.2854.51
HexC3705302B3918103037
Octal3031601230537130206067
Binary110000111110000101001101010111110011100010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37053; }

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

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

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

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

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

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

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

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