#C9707B

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

Shades of Charm #C9707B

Tints of Charm #C9707B

Color information

#C9707B (or 0xC9707B) is unknown color: approx Charm. HEX triplet: C9, 70 and 7B. RGB value is (201,112,123). Sum of RGB (Red+Green+Blue) = 201+112+123=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707B is #368F84. Grayscale: #8B8B8B. Windows color (decimal): -3575685 or 8089801. OLE color: 8089801.

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

Color convert

RGB201112123-
CMYK00.440.390.21
HSL352.58º45.18%61.37%-
HSV(B)352.58º44.28%78.82%-
XYZ33.4625.4421.89-
YUV139.86118.49171.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=46.10%
G=25.69%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111212300.440.390.21352.5845.1861.37
HexC9707B02C27151612d3d
Octal31116017305447255415575
Binary1100100111100001111011010110010011110101101100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9707B; }

 p { color: rgb(201,112,123); }

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

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

 a { background-color: rgb(201,112,123); }

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

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

 span { border-color: rgb(201,112,123); }

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