#C86683

Color #C86683 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C86683

Tints of Charm #C86683

Color information

#C86683 (or 0xC86683) is unknown color: approx Charm. HEX triplet: C8, 66 and 83. RGB value is (200,102,131). Sum of RGB (Red+Green+Blue) = 200+102+131=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86683 is #37997C. Grayscale: #868686. Windows color (decimal): -3643773 or 8611528. OLE color: 8611528.

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

Color convert

RGB200102131-
CMYK00.490.340.22
HSL342.24º47.12%59.22%-
HSV(B)342.24º49%78.43%-
XYZ32.6723.4224.27-
YUV134.61125.97174.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=46.19%
G=23.56%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010213100.490.340.22342.2447.1259.22
HexC8668303122161562f3b
Octal31014620306142265265773
Binary11001000110011010000011011000110001010110101010110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86683; }

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

 H1.HeaderClassName
 {
   color: #C86683;
 }
 .AnyTagClassName
 {
   color: #C86683;
 }
</style>
background-color css

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

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

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

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

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

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