#C37951

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

Shades of Red Damask #C37951

Tints of Red Damask #C37951

Color information

#C37951 (or 0xC37951) is unknown color: approx Red Damask. HEX triplet: C3, 79 and 51. RGB value is (195,121,81). Sum of RGB (Red+Green+Blue) = 195+121+81=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37951 is #3C86AE. Grayscale: #8A8A8A. Windows color (decimal): -3966639 or 5339587. OLE color: 5339587.

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

Color convert

RGB19512181-
CMYK00.380.580.24
HSL21.05º48.72%54.12%-
HSV(B)21.05º58.46%76.47%-
XYZ30.8325.8711.15-
YUV138.5795.52168.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=49.12%
G=30.48%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951218100.380.580.2421.0548.7254.12
HexC379510263A18153136
Octal3031711210467230256166
Binary110000111111001101000101001101110101100010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37951; }

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

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

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

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

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

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

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

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