Html Css Color HEX #C87748 Red Damask

📋 copy color: '#C87748'

red 200 ◦ green 119 ◦ blue 72

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

Shades of Red Damask #C87748

Tints of Red Damask #C87748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

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

R = 51.15%
G = 30.43%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87748 (or 0xC87748) is known color: Red Damask. HEX triplet: C8, 77 and 48. RGB value is (200,119,72). Sum of RGB (Red+Green+Blue) = 200+119+72=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C87748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87748 is #3788B7. Grayscale: #8A8A8A. Windows color (decimal): -3639480 or 4749256. OLE color: 4749256.

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

Color convert

RGB 200 119 72 -
CMYK 0 0.40 0.64 0.22
HSL 22.03º 0.54% 0.53% -
HSV(B) 22.03º 0.64% 0.78% -
XYZ 31.59 25.94 9.47 -
YUV 137.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 200 119 72 0 0.40 0.64 0.22 22.03 0.54 0.53
Hex C8 77 48 0 28 40 16 16 36 35
Octal 310 167 110 0 50 100 26 26 66 65
Binary 11001000 1110111 1001000 0 101000 1000000 10110 10110 110110 110101

Color Harmonies of #C87748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87748

Black with #C87748

Text Example


Text Example

White with #C87748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87748; }

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

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

background-color css

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

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

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

border-color css

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

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

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