#C28393

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

Shades of Puce #C28393

Tints of Puce #C28393

Color information

#C28393 (or 0xC28393) is unknown color: approx Puce. HEX triplet: C2, 83 and 93. RGB value is (194,131,147). Sum of RGB (Red+Green+Blue) = 194+131+147=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28393 is #3D7C6C. Grayscale: #979797. Windows color (decimal): -4029549 or 9667522. OLE color: 9667522.

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

Color convert

RGB194131147-
CMYK00.320.240.24
HSL344.76º34.05%63.73%-
HSV(B)344.76º32.47%76.08%-
XYZ35.6329.8131.48-
YUV151.66125.37158.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=41.10%
G=27.75%
B=31.14%

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
Decimal19413114700.320.240.24344.7634.0563.73
HexC2839302018181592240
Octal302203223040303053142100
Binary110000101000001110010011010000011000110001010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28393; }

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

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

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

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

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

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

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

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