#C37554

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

Shades of Red Damask #C37554

Tints of Red Damask #C37554

Color information

#C37554 (or 0xC37554) is unknown color: approx Red Damask. HEX triplet: C3, 75 and 54. RGB value is (195,117,84). Sum of RGB (Red+Green+Blue) = 195+117+84=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37554 is #3C8AAB. Grayscale: #888888. Windows color (decimal): -3967660 or 5535171. OLE color: 5535171.

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

Color convert

RGB19511784-
CMYK00.40.570.24
HSL17.84º48.05%54.71%-
HSV(B)17.84º56.92%76.47%-
XYZ30.4724.9611.6-
YUV136.5698.34169.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=49.24%
G=29.55%
B=21.21%

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
Decimal1951178400.40.570.2417.8448.0554.71
HexC375540283918123037
Octal3031651240507130226067
Binary110000111110101101010001010001110011100010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37554; }

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

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

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

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

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

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

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

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