#c37553

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

Shades of Red Damask #C37553

Tints of Red Damask #C37553

Color information

#C37553 (or 0xC37553) is unknown color: approx Red Damask. HEX triplet: C3, 75 and 53. RGB value is (195,117,83). Sum of RGB (Red+Green+Blue) = 195+117+83=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37553 is #3C8AAC. Grayscale: #888888. Windows color (decimal): -3967661 or 5469635. OLE color: 5469635.

HSL color Cylindrical-coordinate representation of color #C37553: hue angle of 18.21º 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 #C37553 is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19511783-
CMYK00.40.570.24
HSL18.21º48.28%54.51%-
HSV(B)18.21º57.44%76.47%-
XYZ30.4324.9511.4-
YUV136.4597.84169.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=49.37%
G=29.62%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951178300.40.570.2418.2148.2854.51
HexC375530283918123037
Octal3031651230507130226067
Binary110000111110101101001101010001110011100010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c37553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c37553; }

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

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

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

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

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

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

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

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