Html Css Color HEX #C87244 Red Damask

📋 copy color: '#C87244'

red 200 ◦ green 114 ◦ blue 68

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

Shades of Red Damask #C87244

Tints of Red Damask #C87244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.84%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 52.36%
G = 29.84%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C87244 (or 0xC87244) is known color: Red Damask. HEX triplet: C8, 72 and 44. RGB value is (200,114,68). Sum of RGB (Red+Green+Blue) = 200+114+68=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C87244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87244 is #378DBB. Grayscale: #868686. Windows color (decimal): -3640764 or 4485832. OLE color: 4485832.

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

Color convert

RGB 200 114 68 -
CMYK 0 0.43 0.66 0.22
HSL 20.91º 0.55% 0.53% -
HSV(B) 20.91º 0.66% 0.78% -
XYZ 30.88 24.73 8.61 -
YUV 134.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 200 114 68 0 0.43 0.66 0.22 20.91 0.55 0.53
Hex C8 72 44 0 2B 42 16 15 37 35
Octal 310 162 104 0 53 102 26 25 67 65
Binary 11001000 1110010 1000100 0 101011 1000010 10110 10101 110111 110101

Color Harmonies of #C87244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87244

Black with #C87244

Text Example


Text Example

White with #C87244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87244; }

 p { color: rgb(200,114,68); }

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

background-color css

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

 a { background-color: rgb(200,114,68); }

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

border-color css

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

 span { border-color: rgb(200,114,68); }

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