Html Css Color HEX #C86C4C Red Damask

📋 copy color: '#C86C4C'

red 200 ◦ green 108 ◦ blue 76

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

Shades of Red Damask #C86C4C

Tints of Red Damask #C86C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 52.08%
G = 28.13%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C86C4C (or 0xC86C4C) is known color: Red Damask. HEX triplet: C8, 6C and 4C. RGB value is (200,108,76). Sum of RGB (Red+Green+Blue) = 200+108+76=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C4C is #3793B3. Grayscale: #848484. Windows color (decimal): -3642292 or 5008584. OLE color: 5008584.

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

Color convert

RGB 200 108 76 -
CMYK 0 0.46 0.62 0.22
HSL 15.48º 0.53% 0.54% -
HSV(B) 15.48º 0.62% 0.78% -
XYZ 30.49 23.53 9.77 -
YUV 131.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 200 108 76 0 0.46 0.62 0.22 15.48 0.53 0.54
Hex C8 6C 4C 0 2E 3E 16 F 35 36
Octal 310 154 114 0 56 76 26 17 65 66
Binary 11001000 1101100 1001100 0 101110 111110 10110 1111 110101 110110

Color Harmonies of #C86C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C4C

Black with #C86C4C

Text Example


Text Example

White with #C86C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C4C; }

 p { color: rgb(200,108,76); }

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

background-color css

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

 a { background-color: rgb(200,108,76); }

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

border-color css

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

 span { border-color: rgb(200,108,76); }

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