#C2788A

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

Shades of Charm #C2788A

Tints of Charm #C2788A

Color information

#C2788A (or 0xC2788A) is unknown color: approx Charm. HEX triplet: C2, 78 and 8A. RGB value is (194,120,138). Sum of RGB (Red+Green+Blue) = 194+120+138=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2788A is #3D8775. Grayscale: #909090. Windows color (decimal): -4032374 or 9074882. OLE color: 9074882.

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

Color convert

RGB194120138-
CMYK00.380.290.24
HSL345.41º37.76%61.57%-
HSV(B)345.41º38.14%76.08%-
XYZ33.5526.7427.44-
YUV144.18124.52163.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=42.92%
G=26.55%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412013800.380.290.24345.4137.7661.57
HexC2788A0261D18159263e
Octal30217021204635305314676
Binary1100001011110001000101001001101110111000101011001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2788A; }

 p { color: rgb(194,120,138); }

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

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

 a { background-color: rgb(194,120,138); }

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

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

 span { border-color: rgb(194,120,138); }

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