#C96480

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

Shades of Charm #C96480

Tints of Charm #C96480

Color information

#C96480 (or 0xC96480) is unknown color: approx Charm. HEX triplet: C9, 64 and 80. RGB value is (201,100,128). Sum of RGB (Red+Green+Blue) = 201+100+128=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96480 is #369B7F. Grayscale: #858585. Windows color (decimal): -3578752 or 8414409. OLE color: 8414409.

HSL color Cylindrical-coordinate representation of color #C96480: hue angle of 343.37º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96480 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB201100128-
CMYK00.500.360.21
HSL343.37º48.33%59.02%-
HSV(B)343.37º50.25%78.82%-
XYZ32.5423.0923.16-
YUV133.39124.96176.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=46.85%
G=23.31%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110012800.500.360.21343.3748.3359.02
HexC964800322415157303b
Octal31114420006244255276073
Binary11001001110010010000000011001010010010101101010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96480; }

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

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

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

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

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

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

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

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