#C97184

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

Shades of Charm #C97184

Tints of Charm #C97184

Color information

#C97184 (or 0xC97184) is unknown color: approx Charm. HEX triplet: C9, 71 and 84. RGB value is (201,113,132). Sum of RGB (Red+Green+Blue) = 201+113+132=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97184 is #368E7B. Grayscale: #8D8D8D. Windows color (decimal): -3575420 or 8679881. OLE color: 8679881.

HSL color Cylindrical-coordinate representation of color #C97184: hue angle of 347.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97184 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201113132-
CMYK00.440.340.21
HSL347.05º44.9%61.57%-
HSV(B)347.05º43.78%78.82%-
XYZ34.1625.8925.03-
YUV141.48122.65170.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=45.07%
G=25.34%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111313200.440.340.21347.0544.961.57
HexC9718402C221515b2d3e
Octal31116120405442255335576
Binary11001001111000110000100010110010001010101101011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97184; }

 p { color: rgb(201,113,132); }

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

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

 a { background-color: rgb(201,113,132); }

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

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

 span { border-color: rgb(201,113,132); }

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