#C96180

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

Shades of Charm #C96180

Tints of Charm #C96180

Color information

#C96180 (or 0xC96180) is unknown color: approx Charm. HEX triplet: C9, 61 and 80. RGB value is (201,97,128). Sum of RGB (Red+Green+Blue) = 201+97+128=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C96180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96180 is #369E7F. Grayscale: #838383. Windows color (decimal): -3579520 or 8413641. OLE color: 8413641.

HSL color Cylindrical-coordinate representation of color #C96180: hue angle of 342.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96180 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20197128-
CMYK00.520.360.21
HSL342.12º49.06%58.43%-
HSV(B)342.12º51.74%78.82%-
XYZ32.2622.5323.07-
YUV131.63125.96177.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=47.18%
G=22.77%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019712800.520.360.21342.1249.0658.43
HexC961800342415156313a
Octal31114120006444255266172
Binary11001001110000110000000011010010010010101101010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96180; }

 p { color: rgb(201,97,128); }

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

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

 a { background-color: rgb(201,97,128); }

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

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

 span { border-color: rgb(201,97,128); }

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