#C87551

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

Shades of Red Damask #C87551

Tints of Red Damask #C87551

Color information

#C87551 (or 0xC87551) is unknown color: approx Red Damask. HEX triplet: C8, 75 and 51. RGB value is (200,117,81). Sum of RGB (Red+Green+Blue) = 200+117+81=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87551 is #378AAE. Grayscale: #898989. Windows color (decimal): -3639983 or 5338568. OLE color: 5338568.

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

Color convert

RGB20011781-
CMYK00.420.590.22
HSL18.15º51.97%55.1%-
HSV(B)18.15º59.5%78.43%-
XYZ31.6725.611.06-
YUV137.7196172.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=50.25%
G=29.40%
B=20.35%

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
Decimal2001178100.420.590.2218.1551.9755.1
HexC8755102A3B16123437
Octal3101651210527326226467
Binary110010001110101101000101010101110111011010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87551; }

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

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

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

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

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

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

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

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