Html Css Color HEX #C86983 Charm

📋 copy color: '#C86983'

red 200 ◦ green 105 ◦ blue 131

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

Shades of Charm #C86983

Tints of Charm #C86983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 45.87%
G = 24.08%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C86983 (or 0xC86983) is known color: Charm. HEX triplet: C8, 69 and 83. RGB value is (200,105,131). Sum of RGB (Red+Green+Blue) = 200+105+131=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C86983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86983 is #37967C. Grayscale: #888888. Windows color (decimal): -3643005 or 8612296. OLE color: 8612296.

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

Color convert

RGB 200 105 131 -
CMYK 0 0.48 0.34 0.22
HSL 343.58º 0.46% 0.6% -
HSV(B) 343.58º 0.48% 0.78% -
XYZ 32.97 24.02 24.37 -
YUV 136.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 200 105 131 0 0.48 0.34 0.22 343.58 0.46 0.6
Hex C8 69 83 0 30 22 16 158 2E 3C
Octal 310 151 203 0 60 42 26 530 56 74
Binary 11001000 1101001 10000011 0 110000 100010 10110 101011000 101110 111100

Color Harmonies of #C86983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86983

Black with #C86983

Text Example


Text Example

White with #C86983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86983; }

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

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

background-color css

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

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

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

border-color css

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

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

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