#C96181

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

Shades of Charm #C96181

Tints of Charm #C96181

Color information

#C96181 (or 0xC96181) is unknown color: approx Charm. HEX triplet: C9, 61 and 81. RGB value is (201,97,129). Sum of RGB (Red+Green+Blue) = 201+97+129=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C96181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96181 is #369E7E. Grayscale: #838383. Windows color (decimal): -3579519 or 8479177. OLE color: 8479177.

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

Color convert

RGB20197129-
CMYK00.520.360.21
HSL341.54º49.06%58.43%-
HSV(B)341.54º51.74%78.82%-
XYZ32.3222.5523.42-
YUV131.74126.46177.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=47.07%
G=22.72%
B=30.21%

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
Decimal2019712900.520.360.21341.5449.0658.43
HexC961810342415156313a
Octal31114120106444255266172
Binary11001001110000110000001011010010010010101101010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96181; }

 p { color: rgb(201,97,129); }

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

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

 a { background-color: rgb(201,97,129); }

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

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

 span { border-color: rgb(201,97,129); }

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