Html Css Color HEX #C87851 Red Damask

📋 copy color: '#C87851'

red 200 ◦ green 120 ◦ blue 81

#C87851
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C87851

Tints of Red Damask #C87851

RGB

 RED value IS 200 (78.52% from 255) = 49.88%

 GREEN value IS 120 (47.27% from 255) = 29.93%

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 49.88%
G = 29.93%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C87851 (or 0xC87851) is known color: Red Damask. HEX triplet: C8, 78 and 51. RGB value is (200,120,81). Sum of RGB (Red+Green+Blue) = 200+120+81=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C87851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87851 is #3787AE. Grayscale: #8B8B8B. Windows color (decimal): -3639215 or 5339336. OLE color: 5339336.

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

Color convert

RGB 200 120 81 -
CMYK 0 0.4 0.59 0.22
HSL 19.66º 0.52% 0.55% -
HSV(B) 19.66º 0.6% 0.78% -
XYZ 32.02 26.31 11.17 -
YUV 139.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 200 120 81 0 0.4 0.59 0.22 19.66 0.52 0.55
Hex C8 78 51 0 28 3B 16 14 34 37
Octal 310 170 121 0 50 73 26 24 64 67
Binary 11001000 1111000 1010001 0 101000 111011 10110 10100 110100 110111

Color Harmonies of #C87851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87851

Black with #C87851

Text Example


Text Example

White with #C87851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87851; }

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

 H1.HeaderClassName
 {
   color: #C87851;
 }
 .AnyTagClassName
 {
   color: #C87851;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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