Html Css Color HEX #C87551 Red Damask

📋 copy color: '#C87551'

red 200 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #C87551

Tints of Red Damask #C87551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 50.25%
G = 29.4%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C87551 (or 0xC87551) is known color: 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

RGB 200 117 81 -
CMYK 0 0.42 0.59 0.22
HSL 18.15º 0.52% 0.55% -
HSV(B) 18.15º 0.6% 0.78% -
XYZ 31.67 25.6 11.06 -
YUV 137.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 200 117 81 0 0.42 0.59 0.22 18.15 0.52 0.55
Hex C8 75 51 0 2A 3B 16 12 34 37
Octal 310 165 121 0 52 73 26 22 64 67
Binary 11001000 1110101 1010001 0 101010 111011 10110 10010 110100 110111

Color Harmonies of #C87551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87551

Black with #C87551

Text Example


Text Example

White with #C87551

Text Example


Text Example

HTML Codes & Css Web 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>