Html Css Color HEX #C87648 Red Damask

📋 copy color: '#C87648'

red 200 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C87648

Tints of Red Damask #C87648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 51.28%
G = 30.26%
B = 18.46%

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

#C87648 (or 0xC87648) is known color: Red Damask. HEX triplet: C8, 76 and 48. RGB value is (200,118,72). Sum of RGB (Red+Green+Blue) = 200+118+72=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C87648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87648 is #3789B7. Grayscale: #898989. Windows color (decimal): -3639736 or 4749000. OLE color: 4749000.

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

Color convert

RGB 200 118 72 -
CMYK 0 0.41 0.64 0.22
HSL 21.56º 0.54% 0.53% -
HSV(B) 21.56º 0.64% 0.78% -
XYZ 31.47 25.7 9.43 -
YUV 137.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 200 118 72 0 0.41 0.64 0.22 21.56 0.54 0.53
Hex C8 76 48 0 29 40 16 16 36 35
Octal 310 166 110 0 51 100 26 26 66 65
Binary 11001000 1110110 1001000 0 101001 1000000 10110 10110 110110 110101

Color Harmonies of #C87648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87648

Black with #C87648

Text Example


Text Example

White with #C87648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87648; }

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

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

background-color css

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

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

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

border-color css

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

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

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