Html Css Color HEX #C86848 Red Damask

📋 copy color: '#C86848'

red 200 ◦ green 104 ◦ blue 72

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

Shades of Red Damask #C86848

Tints of Red Damask #C86848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 53.19%
G = 27.66%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86848 (or 0xC86848) is known color: Red Damask. HEX triplet: C8, 68 and 48. RGB value is (200,104,72). Sum of RGB (Red+Green+Blue) = 200+104+72=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C86848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86848 is #3797B7. Grayscale: #818181. Windows color (decimal): -3643320 or 4745416. OLE color: 4745416.

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

Color convert

RGB 200 104 72 -
CMYK 0 0.48 0.64 0.22
HSL 15º 0.54% 0.53% -
HSV(B) 15º 0.64% 0.78% -
XYZ 29.94 22.65 8.92 -
YUV 129.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 200 104 72 0 0.48 0.64 0.22 15 0.54 0.53
Hex C8 68 48 0 30 40 16 F 36 35
Octal 310 150 110 0 60 100 26 17 66 65
Binary 11001000 1101000 1001000 0 110000 1000000 10110 1111 110110 110101

Color Harmonies of #C86848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86848

Black with #C86848

Text Example


Text Example

White with #C86848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86848; }

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

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

background-color css

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

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

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

border-color css

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

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

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