#C87751

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

Shades of Red Damask #C87751

Tints of Red Damask #C87751

Color information

#C87751 (or 0xC87751) is unknown color: approx Red Damask. HEX triplet: C8, 77 and 51. RGB value is (200,119,81). Sum of RGB (Red+Green+Blue) = 200+119+81=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87751 is #3788AE. Grayscale: #8B8B8B. Windows color (decimal): -3639471 or 5339080. OLE color: 5339080.

HSL color Cylindrical-coordinate representation of color #C87751: hue angle of 19.16º 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 #C87751 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20011981-
CMYK00.400.590.22
HSL19.16º51.97%55.1%-
HSV(B)19.16º59.5%78.43%-
XYZ31.926.0711.13-
YUV138.8995.34171.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=50%
G=29.75%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001198100.400.590.2219.1651.9755.1
HexC877510283B16133437
Octal3101671210507326236467
Binary110010001110111101000101010001110111011010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87751; }

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

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

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

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

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

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

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

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