Html Css Color HEX #C86985 Charm

📋 copy color: '#C86985'

red 200 ◦ green 105 ◦ blue 133

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

Shades of Charm #C86985

Tints of Charm #C86985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 45.66%
G = 23.97%
B = 30.37%

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

#C86985 (or 0xC86985) is known color: Charm. HEX triplet: C8, 69 and 85. RGB value is (200,105,133). Sum of RGB (Red+Green+Blue) = 200+105+133=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C86985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86985 is #37967A. Grayscale: #888888. Windows color (decimal): -3643003 or 8743368. OLE color: 8743368.

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

Color convert

RGB 200 105 133 -
CMYK 0 0.48 0.34 0.22
HSL 342.32º 0.46% 0.6% -
HSV(B) 342.32º 0.48% 0.78% -
XYZ 33.1 24.08 25.09 -
YUV 136.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 200 105 133 0 0.48 0.34 0.22 342.32 0.46 0.6
Hex C8 69 85 0 30 22 16 156 2E 3C
Octal 310 151 205 0 60 42 26 526 56 74
Binary 11001000 1101001 10000101 0 110000 100010 10110 101010110 101110 111100

Color Harmonies of #C86985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86985

Black with #C86985

Text Example


Text Example

White with #C86985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86985; }

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

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

background-color css

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

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

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

border-color css

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

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

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