#C28690

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

Shades of Puce #C28690

Tints of Puce #C28690

Color information

#C28690 (or 0xC28690) is unknown color: approx Puce. HEX triplet: C2, 86 and 90. RGB value is (194,134,144). Sum of RGB (Red+Green+Blue) = 194+134+144=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28690 is #3D796F. Grayscale: #999999. Windows color (decimal): -4028784 or 9471682. OLE color: 9471682.

HSL color Cylindrical-coordinate representation of color #C28690: hue angle of 350º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28690 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194134144-
CMYK00.310.260.24
HSL350º32.97%64.31%-
HSV(B)350º30.93%76.08%-
XYZ35.8130.5330.39-
YUV153.08122.88157.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=41.10%
G=28.39%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413414400.310.260.2435032.9764.31
HexC2869001F1A1815e2140
Octal302206220037323053641100
Binary11000010100001101001000001111111010110001010111101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28690; }

 p { color: rgb(194,134,144); }

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

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

 a { background-color: rgb(194,134,144); }

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

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

 span { border-color: rgb(194,134,144); }

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