Html Css Color HEX #C86682 Charm

📋 copy color: '#C86682'

red 200 ◦ green 102 ◦ blue 130

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

Shades of Charm #C86682

Tints of Charm #C86682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.61%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 46.3%
G = 23.61%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C86682 (or 0xC86682) is known color: Charm. HEX triplet: C8, 66 and 82. RGB value is (200,102,130). Sum of RGB (Red+Green+Blue) = 200+102+130=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C86682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86682 is #37997D. Grayscale: #868686. Windows color (decimal): -3643774 or 8545992. OLE color: 8545992.

HSL color Cylindrical-coordinate representation of color #C86682: hue angle of 342.86º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86682 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 102 130 -
CMYK 0 0.49 0.35 0.22
HSL 342.86º 0.47% 0.59% -
HSV(B) 342.86º 0.49% 0.78% -
XYZ 32.6 23.39 23.92 -
YUV 134.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 200 102 130 0 0.49 0.35 0.22 342.86 0.47 0.59
Hex C8 66 82 0 31 23 16 157 2F 3B
Octal 310 146 202 0 61 43 26 527 57 73
Binary 11001000 1100110 10000010 0 110001 100011 10110 101010111 101111 111011

Color Harmonies of #C86682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86682

Black with #C86682

Text Example


Text Example

White with #C86682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86682; }

 p { color: rgb(200,102,130); }

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

background-color css

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

 a { background-color: rgb(200,102,130); }

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

border-color css

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

 span { border-color: rgb(200,102,130); }

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