#C96F85

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

Shades of Charm #C96F85

Tints of Charm #C96F85

Color information

#C96F85 (or 0xC96F85) is unknown color: approx Charm. HEX triplet: C9, 6F and 85. RGB value is (201,111,133). Sum of RGB (Red+Green+Blue) = 201+111+133=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96F85 is #36907A. Grayscale: #8C8C8C. Windows color (decimal): -3575931 or 8744905. OLE color: 8744905.

HSL color Cylindrical-coordinate representation of color #C96F85: hue angle of 345.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96F85 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201111133-
CMYK00.450.340.21
HSL345.33º45.45%61.18%-
HSV(B)345.33º44.78%78.82%-
XYZ34.0125.4825.32-
YUV140.42123.82171.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=45.17%
G=24.94%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111113300.450.340.21345.3345.4561.18
HexC96F8502D22151592d3d
Octal31115720505542255315575
Binary11001001110111110000101010110110001010101101011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F85; }

 p { color: rgb(201,111,133); }

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

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

 a { background-color: rgb(201,111,133); }

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

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

 span { border-color: rgb(201,111,133); }

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