#C37A51

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

Shades of Red Damask #C37A51

Tints of Red Damask #C37A51

Color information

#C37A51 (or 0xC37A51) is unknown color: approx Red Damask. HEX triplet: C3, 7A and 51. RGB value is (195,122,81). Sum of RGB (Red+Green+Blue) = 195+122+81=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A51 is #3C85AE. Grayscale: #8B8B8B. Windows color (decimal): -3966383 or 5339843. OLE color: 5339843.

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

Color convert

RGB19512281-
CMYK00.370.580.24
HSL21.58º48.72%54.12%-
HSV(B)21.58º58.46%76.47%-
XYZ30.9526.1211.19-
YUV139.1595.18167.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=48.99%
G=30.65%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951228100.370.580.2421.5848.7254.12
HexC37A510253A18163136
Octal3031721210457230266166
Binary110000111111010101000101001011110101100010110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A51; }

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

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

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

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

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

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

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

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