#C2728B

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

Shades of Charm #C2728B

Tints of Charm #C2728B

Color information

#C2728B (or 0xC2728B) is unknown color: approx Charm. HEX triplet: C2, 72 and 8B. RGB value is (194,114,139). Sum of RGB (Red+Green+Blue) = 194+114+139=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2728B is #3D8D74. Grayscale: #8C8C8C. Windows color (decimal): -4033909 or 9138882. OLE color: 9138882.

HSL color Cylindrical-coordinate representation of color #C2728B: hue angle of 341.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2728B is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194114139-
CMYK00.410.280.24
HSL341.25º39.6%60.39%-
HSV(B)341.25º41.24%76.08%-
XYZ32.9325.3727.59-
YUV140.77127165.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=43.40%
G=25.50%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411413900.410.280.24341.2539.660.39
HexC2728B0291C18155283c
Octal30216221305134305255074
Binary1100001011100101000101101010011110011000101010101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2728B; }

 p { color: rgb(194,114,139); }

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

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

 a { background-color: rgb(194,114,139); }

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

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

 span { border-color: rgb(194,114,139); }

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