#C9768D

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

Shades of Charm #C9768D

Tints of Charm #C9768D

Color information

#C9768D (or 0xC9768D) is unknown color: approx Charm. HEX triplet: C9, 76 and 8D. RGB value is (201,118,141). Sum of RGB (Red+Green+Blue) = 201+118+141=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9768D is #368972. Grayscale: #919191. Windows color (decimal): -3574131 or 9270985. OLE color: 9270985.

HSL color Cylindrical-coordinate representation of color #C9768D: hue angle of 343.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9768D is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201118141-
CMYK00.410.300.21
HSL343.37º43.46%62.55%-
HSV(B)343.37º41.29%78.82%-
XYZ35.3727.328.6-
YUV145.44125.5167.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=43.70%
G=25.65%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111814100.410.300.21343.3743.4662.55
HexC9768D0291E151572b3f
Octal31116621505136255275377
Binary1100100111101101000110101010011111010101101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9768D; }

 p { color: rgb(201,118,141); }

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

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

 a { background-color: rgb(201,118,141); }

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

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

 span { border-color: rgb(201,118,141); }

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