#C97682

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

Shades of Charm #C97682

Tints of Charm #C97682

Color information

#C97682 (or 0xC97682) is unknown color: approx Charm. HEX triplet: C9, 76 and 82. RGB value is (201,118,130). Sum of RGB (Red+Green+Blue) = 201+118+130=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97682 is #36897D. Grayscale: #909090. Windows color (decimal): -3574142 or 8550089. OLE color: 8550089.

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

Color convert

RGB201118130-
CMYK00.410.350.21
HSL351.33º43.46%62.55%-
HSV(B)351.33º41.29%78.82%-
XYZ34.626.9924.5-
YUV144.18120168.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=44.77%
G=26.28%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111813000.410.350.21351.3343.4662.55
HexC97682029231515f2b3f
Octal31116620205143255375377
Binary11001001111011010000010010100110001110101101011111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97682; }

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

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

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

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

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

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

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

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