#C2808F

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

Shades of Puce #C2808F

Tints of Puce #C2808F

Color information

#C2808F (or 0xC2808F) is unknown color: approx Puce. HEX triplet: C2, 80 and 8F. RGB value is (194,128,143). Sum of RGB (Red+Green+Blue) = 194+128+143=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808F is #3D7F70. Grayscale: #959595. Windows color (decimal): -4030321 or 9404610. OLE color: 9404610.

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

Color convert

RGB194128143-
CMYK00.340.260.24
HSL346.36º35.11%63.14%-
HSV(B)346.36º34.02%76.08%-
XYZ34.9328.8929.72-
YUV149.44124.37159.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=41.72%
G=27.53%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412814300.340.260.24346.3635.1163.14
HexC2808F0221A1815a233f
Octal30220021704232305324377
Binary11000010100000001000111101000101101011000101011010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2808F; }

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

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

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

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

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

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

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

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