#C37551

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

Shades of Red Damask #C37551

Tints of Red Damask #C37551

Color information

#C37551 (or 0xC37551) is unknown color: approx Red Damask. HEX triplet: C3, 75 and 51. RGB value is (195,117,81). Sum of RGB (Red+Green+Blue) = 195+117+81=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37551 is #3C8AAE. Grayscale: #888888. Windows color (decimal): -3967663 or 5338563. OLE color: 5338563.

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

Color convert

RGB19511781-
CMYK00.40.580.24
HSL18.95º48.72%54.12%-
HSV(B)18.95º58.46%76.47%-
XYZ30.3524.9210.99-
YUV136.2296.84169.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=49.62%
G=29.77%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951178100.40.580.2418.9548.7254.12
HexC375510283A18133136
Octal3031651210507230236166
Binary110000111110101101000101010001110101100010011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37551; }

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

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

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

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

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

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

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

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