#C96680

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

Shades of Charm #C96680

Tints of Charm #C96680

Color information

#C96680 (or 0xC96680) is unknown color: approx Charm. HEX triplet: C9, 66 and 80. RGB value is (201,102,128). Sum of RGB (Red+Green+Blue) = 201+102+128=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96680 is #36997F. Grayscale: #868686. Windows color (decimal): -3578240 or 8414921. OLE color: 8414921.

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

Color convert

RGB201102128-
CMYK00.490.360.21
HSL344.24º47.83%59.41%-
HSV(B)344.24º49.25%78.82%-
XYZ32.7423.4823.23-
YUV134.56124.3175.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=46.64%
G=23.67%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110212800.490.360.21344.2447.8359.41
HexC966800312415158303b
Octal31114620006144255306073
Binary11001001110011010000000011000110010010101101011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96680; }

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

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

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

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

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

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

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

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