#C28599

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

Shades of Puce #C28599

Tints of Puce #C28599

Color information

#C28599 (or 0xC28599) is unknown color: approx Puce. HEX triplet: C2, 85 and 99. RGB value is (194,133,153). Sum of RGB (Red+Green+Blue) = 194+133+153=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C28599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28599 is #3D7A66. Grayscale: #999999. Windows color (decimal): -4029031 or 10061250. OLE color: 10061250.

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

Color convert

RGB194133153-
CMYK00.310.210.24
HSL340.33º33.33%64.12%-
HSV(B)340.33º31.44%76.08%-
XYZ36.3930.5434.11-
YUV153.52127.71156.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=40.42%
G=27.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413315300.310.210.24340.3333.3364.12
HexC2859901F15181542140
Octal302205231037253052441100
Binary11000010100001011001100101111110101110001010101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28599; }

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

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

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

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

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

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

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

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