Html Css Color HEX #C86F80 Charm

📋 copy color: '#C86F80'

red 200 ◦ green 111 ◦ blue 128

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

Shades of Charm #C86F80

Tints of Charm #C86F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 45.56%
G = 25.28%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C86F80 (or 0xC86F80) is known color: Charm. HEX triplet: C8, 6F and 80. RGB value is (200,111,128). Sum of RGB (Red+Green+Blue) = 200+111+128=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F80 is #37907F. Grayscale: #8B8B8B. Windows color (decimal): -3641472 or 8417224. OLE color: 8417224.

HSL color Cylindrical-coordinate representation of color #C86F80: hue angle of 348.54º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F80 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 128 -
CMYK 0 0.44 0.36 0.22
HSL 348.54º 0.45% 0.61% -
HSV(B) 348.54º 0.45% 0.78% -
XYZ 33.4 25.21 23.53 -
YUV 139.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 200 111 128 0 0.44 0.36 0.22 348.54 0.45 0.61
Hex C8 6F 80 0 2C 24 16 15D 2D 3D
Octal 310 157 200 0 54 44 26 535 55 75
Binary 11001000 1101111 10000000 0 101100 100100 10110 101011101 101101 111101

Color Harmonies of #C86F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F80

Black with #C86F80

Text Example


Text Example

White with #C86F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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