#C9757F

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

Shades of Charm #C9757F

Tints of Charm #C9757F

Color information

#C9757F (or 0xC9757F) is unknown color: approx Charm. HEX triplet: C9, 75 and 7F. RGB value is (201,117,127). Sum of RGB (Red+Green+Blue) = 201+117+127=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9757F is #368A80. Grayscale: #8F8F8F. Windows color (decimal): -3574401 or 8353225. OLE color: 8353225.

HSL color Cylindrical-coordinate representation of color #C9757F: hue angle of 352.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9757F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB201117127-
CMYK00.420.370.21
HSL352.86º43.75%62.35%-
HSV(B)352.86º41.79%78.82%-
XYZ34.2826.6723.42-
YUV143.26118.83169.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 127 (50% from 255) = 28.54%
R=45.17%
G=26.29%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111712700.420.370.21352.8643.7562.35
HexC9757F02A25151612c3e
Octal31116517705245255415476
Binary1100100111101011111111010101010010110101101100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9757F; }

 p { color: rgb(201,117,127); }

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

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

 a { background-color: rgb(201,117,127); }

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

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

 span { border-color: rgb(201,117,127); }

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