#C87451

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

Shades of Red Damask #C87451

Tints of Red Damask #C87451

Color information

#C87451 (or 0xC87451) is unknown color: approx Red Damask. HEX triplet: C8, 74 and 51. RGB value is (200,116,81). Sum of RGB (Red+Green+Blue) = 200+116+81=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C87451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87451 is #378BAE. Grayscale: #898989. Windows color (decimal): -3640239 or 5338312. OLE color: 5338312.

HSL color Cylindrical-coordinate representation of color #C87451: hue angle of 17.65º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C87451 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20011681-
CMYK00.420.590.22
HSL17.65º51.97%55.1%-
HSV(B)17.65º59.5%78.43%-
XYZ31.5525.3611.02-
YUV137.1396.33172.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=50.38%
G=29.22%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001168100.420.590.2217.6551.9755.1
HexC8745102A3B16123437
Octal3101641210527326226467
Binary110010001110100101000101010101110111011010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87451; }

 p { color: rgb(200,116,81); }

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

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

 a { background-color: rgb(200,116,81); }

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

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

 span { border-color: rgb(200,116,81); }

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