#C37751

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

Shades of Red Damask #C37751

Tints of Red Damask #C37751

Color information

#C37751 (or 0xC37751) is unknown color: approx Red Damask. HEX triplet: C3, 77 and 51. RGB value is (195,119,81). Sum of RGB (Red+Green+Blue) = 195+119+81=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37751 is #3C88AE. Grayscale: #898989. Windows color (decimal): -3967151 or 5339075. OLE color: 5339075.

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

Color convert

RGB19511981-
CMYK00.390.580.24
HSL20º48.72%54.12%-
HSV(B)20º58.46%76.47%-
XYZ30.5925.3911.07-
YUV137.3996.18169.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=49.37%
G=30.13%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951198100.390.580.242048.7254.12
HexC377510273A18143136
Octal3031671210477230246166
Binary110000111110111101000101001111110101100010100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37751; }

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

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

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

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

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

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

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

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