#C28790

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

Shades of Puce #C28790

Tints of Puce #C28790

Color information

#C28790 (or 0xC28790) is unknown color: approx Puce. HEX triplet: C2, 87 and 90. RGB value is (194,135,144). Sum of RGB (Red+Green+Blue) = 194+135+144=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28790 is #3D786F. Grayscale: #999999. Windows color (decimal): -4028528 or 9471938. OLE color: 9471938.

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

Color convert

RGB194135144-
CMYK00.300.260.24
HSL350.85º32.6%64.51%-
HSV(B)350.85º30.41%76.08%-
XYZ35.9530.8130.44-
YUV153.67122.55156.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=41.01%
G=28.54%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413514400.300.260.24350.8532.664.51
HexC2879001E1A1815f2141
Octal302207220036323053741101
Binary11000010100001111001000001111011010110001010111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28790; }

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

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

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

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

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

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

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

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