#C28590

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

Shades of Puce #C28590

Tints of Puce #C28590

Color information

#C28590 (or 0xC28590) is unknown color: approx Puce. HEX triplet: C2, 85 and 90. RGB value is (194,133,144). Sum of RGB (Red+Green+Blue) = 194+133+144=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28590 is #3D7A6F. Grayscale: #989898. Windows color (decimal): -4029040 or 9471426. OLE color: 9471426.

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

Color convert

RGB194133144-
CMYK00.310.260.24
HSL349.18º33.33%64.12%-
HSV(B)349.18º31.44%76.08%-
XYZ35.6730.2630.35-
YUV152.49123.21157.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=41.19%
G=28.24%
B=30.57%

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
Decimal19413314400.310.260.24349.1833.3364.12
HexC2859001F1A1815d2140
Octal302205220037323053541100
Binary11000010100001011001000001111111010110001010111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28590; }

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

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

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

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

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

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

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

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