#C97E8D

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

Shades of Charm #C97E8D

Tints of Charm #C97E8D

Color information

#C97E8D (or 0xC97E8D) is unknown color: approx Charm. HEX triplet: C9, 7E and 8D. RGB value is (201,126,141). Sum of RGB (Red+Green+Blue) = 201+126+141=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97E8D is #368172. Grayscale: #969696. Windows color (decimal): -3572083 or 9273033. OLE color: 9273033.

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

Color convert

RGB201126141-
CMYK00.370.300.21
HSL348º40.98%64.12%-
HSV(B)348º37.31%78.82%-
XYZ36.3629.2628.93-
YUV150.14122.85164.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=42.95%
G=26.92%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112614100.370.300.2134840.9864.12
HexC97E8D0251E1515c2940
Octal311176215045362553451100
Binary11001001111111010001101010010111110101011010111001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97E8D; }

 p { color: rgb(201,126,141); }

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

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

 a { background-color: rgb(201,126,141); }

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

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

 span { border-color: rgb(201,126,141); }

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