#C2808B

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

Shades of Charm #C2808B

Tints of Charm #C2808B

Color information

#C2808B (or 0xC2808B) is unknown color: approx Charm. HEX triplet: C2, 80 and 8B. RGB value is (194,128,139). Sum of RGB (Red+Green+Blue) = 194+128+139=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808B is #3D7F74. Grayscale: #959595. Windows color (decimal): -4030325 or 9142466. OLE color: 9142466.

HSL color Cylindrical-coordinate representation of color #C2808B: hue angle of 350º 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 #C2808B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194128139-
CMYK00.340.280.24
HSL350º35.11%63.14%-
HSV(B)350º34.02%76.08%-
XYZ34.6328.7728.15-
YUV148.99122.37160.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=42.08%
G=27.77%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412813900.340.280.2435035.1163.14
HexC2808B0221C1815e233f
Octal30220021304234305364377
Binary11000010100000001000101101000101110011000101011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2808B; }

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

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

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

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

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

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

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

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