Html Css Color HEX #C86986 Charm

📋 copy color: '#C86986'

red 200 ◦ green 105 ◦ blue 134

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

Shades of Charm #C86986

Tints of Charm #C86986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 45.56%
G = 23.92%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C86986 (or 0xC86986) is known color: Charm. HEX triplet: C8, 69 and 86. RGB value is (200,105,134). Sum of RGB (Red+Green+Blue) = 200+105+134=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C86986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86986 is #379679. Grayscale: #888888. Windows color (decimal): -3643002 or 8808904. OLE color: 8808904.

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

Color convert

RGB 200 105 134 -
CMYK 0 0.48 0.33 0.22
HSL 341.68º 0.46% 0.6% -
HSV(B) 341.68º 0.48% 0.78% -
XYZ 33.17 24.1 25.46 -
YUV 136.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 200 105 134 0 0.48 0.33 0.22 341.68 0.46 0.6
Hex C8 69 86 0 30 21 16 156 2E 3C
Octal 310 151 206 0 60 41 26 526 56 74
Binary 11001000 1101001 10000110 0 110000 100001 10110 101010110 101110 111100

Color Harmonies of #C86986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86986

Black with #C86986

Text Example


Text Example

White with #C86986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86986; }

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

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

background-color css

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

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

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

border-color css

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

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

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