Html Css Color HEX #C86F4D Red Damask

📋 copy color: '#C86F4D'

red 200 ◦ green 111 ◦ blue 77

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

Shades of Red Damask #C86F4D

Tints of Red Damask #C86F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 51.55%
G = 28.61%
B = 19.85%

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

#C86F4D (or 0xC86F4D) is known color: Red Damask. HEX triplet: C8, 6F and 4D. RGB value is (200,111,77). Sum of RGB (Red+Green+Blue) = 200+111+77=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F4D is #3790B2. Grayscale: #858585. Windows color (decimal): -3641523 or 5074888. OLE color: 5074888.

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

Color convert

RGB 200 111 77 -
CMYK 0 0.44 0.62 0.22
HSL 16.59º 0.53% 0.54% -
HSV(B) 16.59º 0.62% 0.78% -
XYZ 30.84 24.18 10.06 -
YUV 133.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 200 111 77 0 0.44 0.62 0.22 16.59 0.53 0.54
Hex C8 6F 4D 0 2C 3E 16 11 35 36
Octal 310 157 115 0 54 76 26 21 65 66
Binary 11001000 1101111 1001101 0 101100 111110 10110 10001 110101 110110

Color Harmonies of #C86F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F4D

Black with #C86F4D

Text Example


Text Example

White with #C86F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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