#C36D86

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

Shades of Charm #C36D86

Tints of Charm #C36D86

Color information

#C36D86 (or 0xC36D86) is unknown color: approx Charm. HEX triplet: C3, 6D and 86. RGB value is (195,109,134). Sum of RGB (Red+Green+Blue) = 195+109+134=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D86 is #3C9279. Grayscale: #898989. Windows color (decimal): -3969658 or 8809923. OLE color: 8809923.

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

Color convert

RGB195109134-
CMYK00.440.310.24
HSL342.56º41.75%59.61%-
HSV(B)342.56º44.1%76.47%-
XYZ32.2824.2625.54-
YUV137.56125.99168.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=44.52%
G=24.89%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510913400.440.310.24342.5641.7559.61
HexC36D8602C1F181572a3c
Octal30315520605437305275274
Binary1100001111011011000011001011001111111000101010111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D86; }

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

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

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

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

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

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

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

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