Html Css Color HEX #C87952 Red Damask

📋 copy color: '#C87952'

red 200 ◦ green 121 ◦ blue 82

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

Shades of Red Damask #C87952

Tints of Red Damask #C87952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 49.63%
G = 30.02%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C87952 (or 0xC87952) is known color: Red Damask. HEX triplet: C8, 79 and 52. RGB value is (200,121,82). Sum of RGB (Red+Green+Blue) = 200+121+82=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C87952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87952 is #3786AD. Grayscale: #8C8C8C. Windows color (decimal): -3638958 or 5405128. OLE color: 5405128.

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

Color convert

RGB 200 121 82 -
CMYK 0 0.39 0.59 0.22
HSL 19.83º 0.52% 0.55% -
HSV(B) 19.83º 0.59% 0.78% -
XYZ 32.18 26.56 11.41 -
YUV 140.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 200 121 82 0 0.39 0.59 0.22 19.83 0.52 0.55
Hex C8 79 52 0 27 3B 16 14 34 37
Octal 310 171 122 0 47 73 26 24 64 67
Binary 11001000 1111001 1010010 0 100111 111011 10110 10100 110100 110111

Color Harmonies of #C87952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87952

Black with #C87952

Text Example


Text Example

White with #C87952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87952; }

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

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

background-color css

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

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

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

border-color css

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

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

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