#C37854

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

Shades of Red Damask #C37854

Tints of Red Damask #C37854

Color information

#C37854 (or 0xC37854) is unknown color: approx Red Damask. HEX triplet: C3, 78 and 54. RGB value is (195,120,84). Sum of RGB (Red+Green+Blue) = 195+120+84=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C37854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37854 is #3C87AB. Grayscale: #8A8A8A. Windows color (decimal): -3966892 or 5535939. OLE color: 5535939.

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

Color convert

RGB19512084-
CMYK00.380.570.24
HSL19.46º48.05%54.71%-
HSV(B)19.46º56.92%76.47%-
XYZ30.8225.6811.72-
YUV138.3297.35168.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=48.87%
G=30.08%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951208400.380.570.2419.4648.0554.71
HexC378540263918133037
Octal3031701240467130236067
Binary110000111111000101010001001101110011100010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37854; }

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

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

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

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

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

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

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

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