#C28694

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

Shades of Puce #C28694

Tints of Puce #C28694

Color information

#C28694 (or 0xC28694) is unknown color: approx Puce. HEX triplet: C2, 86 and 94. RGB value is (194,134,148). Sum of RGB (Red+Green+Blue) = 194+134+148=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28694 is #3D796B. Grayscale: #999999. Windows color (decimal): -4028780 or 9733826. OLE color: 9733826.

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

Color convert

RGB194134148-
CMYK00.310.240.24
HSL346º32.97%64.31%-
HSV(B)346º30.93%76.08%-
XYZ36.1230.6632.03-
YUV153.54124.88156.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=40.76%
G=28.15%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413414800.310.240.2434632.9764.31
HexC2869401F181815a2140
Octal302206224037303053241100
Binary11000010100001101001010001111111000110001010110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28694; }

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

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

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

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

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

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

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

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