#C87652

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

Shades of Red Damask #C87652

Tints of Red Damask #C87652

Color information

#C87652 (or 0xC87652) is unknown color: approx Red Damask. HEX triplet: C8, 76 and 52. RGB value is (200,118,82). Sum of RGB (Red+Green+Blue) = 200+118+82=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87652 is #3789AD. Grayscale: #8A8A8A. Windows color (decimal): -3639726 or 5404360. OLE color: 5404360.

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

Color convert

RGB20011882-
CMYK00.410.590.22
HSL18.31º51.75%55.29%-
HSV(B)18.31º59%78.43%-
XYZ31.8225.8511.29-
YUV138.4196.17171.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=50%
G=29.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001188200.410.590.2218.3151.7555.29
HexC876520293B16123437
Octal3101661220517326226467
Binary110010001110110101001001010011110111011010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87652; }

 p { color: rgb(200,118,82); }

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

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

 a { background-color: rgb(200,118,82); }

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

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

 span { border-color: rgb(200,118,82); }

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