Html Css Color HEX #C86981 Charm

📋 copy color: '#C86981'

red 200 ◦ green 105 ◦ blue 129

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

Shades of Charm #C86981

Tints of Charm #C86981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 46.08%
G = 24.19%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C86981 (or 0xC86981) is known color: Charm. HEX triplet: C8, 69 and 81. RGB value is (200,105,129). Sum of RGB (Red+Green+Blue) = 200+105+129=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C86981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86981 is #37967E. Grayscale: #888888. Windows color (decimal): -3643007 or 8481224. OLE color: 8481224.

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

Color convert

RGB 200 105 129 -
CMYK 0 0.48 0.36 0.22
HSL 344.84º 0.46% 0.6% -
HSV(B) 344.84º 0.48% 0.78% -
XYZ 32.83 23.97 23.66 -
YUV 136.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 200 105 129 0 0.48 0.36 0.22 344.84 0.46 0.6
Hex C8 69 81 0 30 24 16 159 2E 3C
Octal 310 151 201 0 60 44 26 531 56 74
Binary 11001000 1101001 10000001 0 110000 100100 10110 101011001 101110 111100

Color Harmonies of #C86981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86981

Black with #C86981

Text Example


Text Example

White with #C86981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86981; }

 p { color: rgb(200,105,129); }

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

background-color css

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

 a { background-color: rgb(200,105,129); }

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

border-color css

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

 span { border-color: rgb(200,105,129); }

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