Html Css Color HEX #C86E4B Red Damask

📋 copy color: '#C86E4B'

red 200 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #C86E4B

Tints of Red Damask #C86E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 51.95%
G = 28.57%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C86E4B (or 0xC86E4B) is known color: Red Damask. HEX triplet: C8, 6E and 4B. RGB value is (200,110,75). Sum of RGB (Red+Green+Blue) = 200+110+75=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E4B is #3791B4. Grayscale: #858585. Windows color (decimal): -3641781 or 4943560. OLE color: 4943560.

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

Color convert

RGB 200 110 75 -
CMYK 0 0.45 0.62 0.22
HSL 16.8º 0.53% 0.54% -
HSV(B) 16.8º 0.63% 0.78% -
XYZ 30.67 23.94 9.66 -
YUV 132.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 200 110 75 0 0.45 0.62 0.22 16.8 0.53 0.54
Hex C8 6E 4B 0 2D 3E 16 11 35 36
Octal 310 156 113 0 55 76 26 21 65 66
Binary 11001000 1101110 1001011 0 101101 111110 10110 10001 110101 110110

Color Harmonies of #C86E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E4B

Black with #C86E4B

Text Example


Text Example

White with #C86E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E4B; }

 p { color: rgb(200,110,75); }

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

background-color css

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

 a { background-color: rgb(200,110,75); }

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

border-color css

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

 span { border-color: rgb(200,110,75); }

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