#C9707A

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

Shades of Charm #C9707A

Tints of Charm #C9707A

Color information

#C9707A (or 0xC9707A) is unknown color: approx Charm. HEX triplet: C9, 70 and 7A. RGB value is (201,112,122). Sum of RGB (Red+Green+Blue) = 201+112+122=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707A is #368F85. Grayscale: #8B8B8B. Windows color (decimal): -3575686 or 8024265. OLE color: 8024265.

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

Color convert

RGB201112122-
CMYK00.440.390.21
HSL353.26º45.18%61.37%-
HSV(B)353.26º44.28%78.82%-
XYZ33.3925.4121.56-
YUV139.75117.99171.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=46.21%
G=25.75%
B=28.05%

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
Decimal20111212200.440.390.21353.2645.1861.37
HexC9707A02C27151612d3d
Octal31116017205447255415575
Binary1100100111100001111010010110010011110101101100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9707A; }

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

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

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

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

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

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

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

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