#C28399

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

Shades of Puce #C28399

Tints of Puce #C28399

Color information

#C28399 (or 0xC28399) is unknown color: approx Puce. HEX triplet: C2, 83 and 99. RGB value is (194,131,153). Sum of RGB (Red+Green+Blue) = 194+131+153=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28399 is #3D7C66. Grayscale: #989898. Windows color (decimal): -4029543 or 10060738. OLE color: 10060738.

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

Color convert

RGB194131153-
CMYK00.320.210.24
HSL339.05º34.05%63.73%-
HSV(B)339.05º32.47%76.08%-
XYZ36.113034.02-
YUV152.34128.37157.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=40.59%
G=27.41%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413115300.320.210.24339.0534.0563.73
HexC2839902015181532240
Octal302203231040253052342100
Binary110000101000001110011001010000010101110001010100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28399; }

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

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

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

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

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

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

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

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