#C36C86

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

Shades of Charm #C36C86

Tints of Charm #C36C86

Color information

#C36C86 (or 0xC36C86) is unknown color: approx Charm. HEX triplet: C3, 6C and 86. RGB value is (195,108,134). Sum of RGB (Red+Green+Blue) = 195+108+134=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36C86 is #3C9379. Grayscale: #888888. Windows color (decimal): -3969914 or 8809667. OLE color: 8809667.

HSL color Cylindrical-coordinate representation of color #C36C86: hue angle of 342.07º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36C86 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB195108134-
CMYK00.450.310.24
HSL342.07º42.03%59.41%-
HSV(B)342.07º44.62%76.47%-
XYZ32.1724.0525.5-
YUV136.98126.32169.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=44.62%
G=24.71%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510813400.450.310.24342.0742.0359.41
HexC36C8602D1F181562a3b
Octal30315420605537305265273
Binary1100001111011001000011001011011111111000101010110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C86; }

 p { color: rgb(195,108,134); }

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

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

 a { background-color: rgb(195,108,134); }

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

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

 span { border-color: rgb(195,108,134); }

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