#C87452

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

Shades of Red Damask #C87452

Tints of Red Damask #C87452

Color information

#C87452 (or 0xC87452) is unknown color: approx Red Damask. HEX triplet: C8, 74 and 52. RGB value is (200,116,82). Sum of RGB (Red+Green+Blue) = 200+116+82=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87452 is #378BAD. Grayscale: #898989. Windows color (decimal): -3640238 or 5403848. OLE color: 5403848.

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

Color convert

RGB20011682-
CMYK00.420.590.22
HSL17.29º51.75%55.29%-
HSV(B)17.29º59%78.43%-
XYZ31.5925.3811.22-
YUV137.2496.83172.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=50.25%
G=29.15%
B=20.60%

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
Decimal2001168200.420.590.2217.2951.7555.29
HexC8745202A3B16113437
Octal3101641220527326216467
Binary110010001110100101001001010101110111011010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87452; }

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

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

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

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

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

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

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

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