#C96080

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

Shades of Charm #C96080

Tints of Charm #C96080

Color information

#C96080 (or 0xC96080) is unknown color: approx Charm. HEX triplet: C9, 60 and 80. RGB value is (201,96,128). Sum of RGB (Red+Green+Blue) = 201+96+128=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C96080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96080 is #369F7F. Grayscale: #838383. Windows color (decimal): -3579776 or 8413385. OLE color: 8413385.

HSL color Cylindrical-coordinate representation of color #C96080: hue angle of 341.71º 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 #C96080 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20196128-
CMYK00.520.360.21
HSL341.71º49.3%58.24%-
HSV(B)341.71º52.24%78.82%-
XYZ32.1722.3423.04-
YUV131.04126.29177.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=47.29%
G=22.59%
B=30.12%

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
Decimal2019612800.520.360.21341.7149.358.24
HexC960800342415156313a
Octal31114020006444255266172
Binary11001001110000010000000011010010010010101101010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96080; }

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

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

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

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

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

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

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

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