#C28394

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

Shades of Puce #C28394

Tints of Puce #C28394

Color information

#C28394 (or 0xC28394) is unknown color: approx Puce. HEX triplet: C2, 83 and 94. RGB value is (194,131,148). Sum of RGB (Red+Green+Blue) = 194+131+148=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28394 is #3D7C6B. Grayscale: #979797. Windows color (decimal): -4029548 or 9733058. OLE color: 9733058.

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

Color convert

RGB194131148-
CMYK00.320.240.24
HSL343.81º34.05%63.73%-
HSV(B)343.81º32.47%76.08%-
XYZ35.7129.8431.89-
YUV151.77125.87158.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=41.01%
G=27.70%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413114800.320.240.24343.8134.0563.73
HexC2839402018181582240
Octal302203224040303053042100
Binary110000101000001110010100010000011000110001010110001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28394; }

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

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

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

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

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

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

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

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