#C96878

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

Shades of Charm #C96878

Tints of Charm #C96878

Color information

#C96878 (or 0xC96878) is unknown color: approx Charm. HEX triplet: C9, 68 and 78. RGB value is (201,104,120). Sum of RGB (Red+Green+Blue) = 201+104+120=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C96878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96878 is #369787. Grayscale: #868686. Windows color (decimal): -3577736 or 7891145. OLE color: 7891145.

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

Color convert

RGB201104120-
CMYK00.480.400.21
HSL350.1º47.32%59.8%-
HSV(B)350.1º48.26%78.82%-
XYZ32.4323.6720.63-
YUV134.83119.64175.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=47.29%
G=24.47%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110412000.480.400.21350.147.3259.8
HexC96878030281515e2f3c
Octal31115017006050255365774
Binary1100100111010001111000011000010100010101101011110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96878; }

 p { color: rgb(201,104,120); }

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

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

 a { background-color: rgb(201,104,120); }

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

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

 span { border-color: rgb(201,104,120); }

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