#C97D90

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

Shades of Charm #C97D90

Tints of Charm #C97D90

Color information

#C97D90 (or 0xC97D90) is unknown color: approx Charm. HEX triplet: C9, 7D and 90. RGB value is (201,125,144). Sum of RGB (Red+Green+Blue) = 201+125+144=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97D90 is #36826F. Grayscale: #959595. Windows color (decimal): -3572336 or 9469385. OLE color: 9469385.

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

Color convert

RGB201125144-
CMYK00.380.280.21
HSL345º41.3%63.92%-
HSV(B)345º37.81%78.82%-
XYZ36.4629.130.08-
YUV149.89124.68164.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=42.77%
G=26.60%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112514400.380.280.2134541.363.92
HexC97D900261C151592940
Octal311175220046342553151100
Binary11001001111110110010000010011011100101011010110011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97D90; }

 p { color: rgb(201,125,144); }

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

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

 a { background-color: rgb(201,125,144); }

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

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

 span { border-color: rgb(201,125,144); }

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