Html Css Color HEX #C87649 Red Damask

📋 copy color: '#C87649'

red 200 ◦ green 118 ◦ blue 73

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

Shades of Red Damask #C87649

Tints of Red Damask #C87649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 51.15%
G = 30.18%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87649 (or 0xC87649) is known color: Red Damask. HEX triplet: C8, 76 and 49. RGB value is (200,118,73). Sum of RGB (Red+Green+Blue) = 200+118+73=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C87649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87649 is #3789B6. Grayscale: #898989. Windows color (decimal): -3639735 or 4814536. OLE color: 4814536.

HSL color Cylindrical-coordinate representation of color #C87649: hue angle of 21.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C87649 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 73 -
CMYK 0 0.41 0.64 0.22
HSL 21.26º 0.54% 0.54% -
HSV(B) 21.26º 0.64% 0.78% -
XYZ 31.5 25.72 9.61 -
YUV 137.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 200 118 73 0 0.41 0.64 0.22 21.26 0.54 0.54
Hex C8 76 49 0 29 40 16 15 36 36
Octal 310 166 111 0 51 100 26 25 66 66
Binary 11001000 1110110 1001001 0 101001 1000000 10110 10101 110110 110110

Color Harmonies of #C87649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87649

Black with #C87649

Text Example


Text Example

White with #C87649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87649; }

 p { color: rgb(200,118,73); }

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

background-color css

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

 a { background-color: rgb(200,118,73); }

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

border-color css

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

 span { border-color: rgb(200,118,73); }

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