#C28088

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

Shades of Charm #C28088

Tints of Charm #C28088

Color information

#C28088 (or 0xC28088) is unknown color: approx Charm. HEX triplet: C2, 80 and 88. RGB value is (194,128,136). Sum of RGB (Red+Green+Blue) = 194+128+136=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28088 is #3D7F77. Grayscale: #949494. Windows color (decimal): -4030328 or 8945858. OLE color: 8945858.

HSL color Cylindrical-coordinate representation of color #C28088: hue angle of 352.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28088 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194128136-
CMYK00.340.300.24
HSL352.73º35.11%63.14%-
HSV(B)352.73º34.02%76.08%-
XYZ34.4128.6927.02-
YUV148.65120.87160.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 136 (53.52% from 255) = 29.69%
R=42.36%
G=27.95%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412813600.340.300.24352.7335.1163.14
HexC280880221E18161233f
Octal30220021004236305414377
Binary11000010100000001000100001000101111011000101100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28088; }

 p { color: rgb(194,128,136); }

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

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

 a { background-color: rgb(194,128,136); }

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

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

 span { border-color: rgb(194,128,136); }

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