Html Css Color HEX #C86648 Red Damask

📋 copy color: '#C86648'

red 200 ◦ green 102 ◦ blue 72

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

Shades of Red Damask #C86648

Tints of Red Damask #C86648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 53.48%
G = 27.27%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86648 (or 0xC86648) is known color: Red Damask. HEX triplet: C8, 66 and 48. RGB value is (200,102,72). Sum of RGB (Red+Green+Blue) = 200+102+72=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C86648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86648 is #3799B7. Grayscale: #808080. Windows color (decimal): -3643832 or 4744904. OLE color: 4744904.

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

Color convert

RGB 200 102 72 -
CMYK 0 0.49 0.64 0.22
HSL 14.06º 0.54% 0.53% -
HSV(B) 14.06º 0.64% 0.78% -
XYZ 29.74 22.25 8.86 -
YUV 127.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 200 102 72 0 0.49 0.64 0.22 14.06 0.54 0.53
Hex C8 66 48 0 31 40 16 E 36 35
Octal 310 146 110 0 61 100 26 16 66 65
Binary 11001000 1100110 1001000 0 110001 1000000 10110 1110 110110 110101

Color Harmonies of #C86648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86648

Black with #C86648

Text Example


Text Example

White with #C86648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86648; }

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

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

background-color css

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

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

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

border-color css

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

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

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