#C9768F

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

Shades of Charm #C9768F

Tints of Charm #C9768F

Color information

#C9768F (or 0xC9768F) is unknown color: approx Charm. HEX triplet: C9, 76 and 8F. RGB value is (201,118,143). Sum of RGB (Red+Green+Blue) = 201+118+143=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9768F is #368970. Grayscale: #919191. Windows color (decimal): -3574129 or 9402057. OLE color: 9402057.

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

Color convert

RGB201118143-
CMYK00.410.290.21
HSL341.93º43.46%62.55%-
HSV(B)341.93º41.29%78.82%-
XYZ35.5227.3629.39-
YUV145.67126.5167.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=43.51%
G=25.54%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111814300.410.290.21341.9343.4662.55
HexC9768F0291D151562b3f
Octal31116621705135255265377
Binary1100100111101101000111101010011110110101101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9768F; }

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

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

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

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

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

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

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

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