#C97688

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

Shades of Charm #C97688

Tints of Charm #C97688

Color information

#C97688 (or 0xC97688) is unknown color: approx Charm. HEX triplet: C9, 76 and 88. RGB value is (201,118,136). Sum of RGB (Red+Green+Blue) = 201+118+136=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C97688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97688 is #368977. Grayscale: #909090. Windows color (decimal): -3574136 or 8943305. OLE color: 8943305.

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

Color convert

RGB201118136-
CMYK00.410.320.21
HSL346.99º43.46%62.55%-
HSV(B)346.99º41.29%78.82%-
XYZ35.0127.1526.69-
YUV144.87123168.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=44.18%
G=25.93%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111813600.410.320.21346.9943.4662.55
HexC97688029201515b2b3f
Octal31116621005140255335377
Binary11001001111011010001000010100110000010101101011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97688; }

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

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

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

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

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

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

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

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