Html Css Color HEX #C86F4C Red Damask

📋 copy color: '#C86F4C'

red 200 ◦ green 111 ◦ blue 76

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

Shades of Red Damask #C86F4C

Tints of Red Damask #C86F4C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

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

R = 51.68%
G = 28.68%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C86F4C (or 0xC86F4C) is known color: Red Damask. HEX triplet: C8, 6F and 4C. RGB value is (200,111,76). Sum of RGB (Red+Green+Blue) = 200+111+76=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F4C is #3790B3. Grayscale: #858585. Windows color (decimal): -3641524 or 5009352. OLE color: 5009352.

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

Color convert

RGB 200 111 76 -
CMYK 0 0.44 0.62 0.22
HSL 16.94º 0.53% 0.54% -
HSV(B) 16.94º 0.62% 0.78% -
XYZ 30.81 24.17 9.88 -
YUV 133.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 200 111 76 0 0.44 0.62 0.22 16.94 0.53 0.54
Hex C8 6F 4C 0 2C 3E 16 11 35 36
Octal 310 157 114 0 54 76 26 21 65 66
Binary 11001000 1101111 1001100 0 101100 111110 10110 10001 110101 110110

Color Harmonies of #C86F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F4C

Black with #C86F4C

Text Example


Text Example

White with #C86F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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