#C27A90

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

Shades of Charm #C27A90

Tints of Charm #C27A90

Color information

#C27A90 (or 0xC27A90) is unknown color: approx Charm. HEX triplet: C2, 7A and 90. RGB value is (194,122,144). Sum of RGB (Red+Green+Blue) = 194+122+144=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A90 is #3D856F. Grayscale: #929292. Windows color (decimal): -4031856 or 9468610. OLE color: 9468610.

HSL color Cylindrical-coordinate representation of color #C27A90: hue angle of 341.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A90 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194122144-
CMYK00.370.260.24
HSL341.67º37.11%61.96%-
HSV(B)341.67º37.11%76.08%-
XYZ34.2427.429.87-
YUV146.04126.85162.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=42.17%
G=26.52%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412214400.370.260.24341.6737.1161.96
HexC27A900251A18156253e
Octal30217222004532305264576
Binary1100001011110101001000001001011101011000101010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A90; }

 p { color: rgb(194,122,144); }

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

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

 a { background-color: rgb(194,122,144); }

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

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

 span { border-color: rgb(194,122,144); }

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