#C96779

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

Shades of Charm #C96779

Tints of Charm #C96779

Color information

#C96779 (or 0xC96779) is unknown color: approx Charm. HEX triplet: C9, 67 and 79. RGB value is (201,103,121). Sum of RGB (Red+Green+Blue) = 201+103+121=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C96779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96779 is #369886. Grayscale: #868686. Windows color (decimal): -3577991 or 7956425. OLE color: 7956425.

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

Color convert

RGB201103121-
CMYK00.490.400.21
HSL348.98º47.57%59.61%-
HSV(B)348.98º48.76%78.82%-
XYZ32.3923.520.92-
YUV134.35120.47175.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=47.29%
G=24.24%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110312100.490.400.21348.9847.5759.61
HexC96779031281515d303c
Octal31114717106150255356074
Binary1100100111001111111001011000110100010101101011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96779; }

 p { color: rgb(201,103,121); }

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

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

 a { background-color: rgb(201,103,121); }

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

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

 span { border-color: rgb(201,103,121); }

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