#C28C8F

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

Shades of Puce #C28C8F

Tints of Puce #C28C8F

Color information

#C28C8F (or 0xC28C8F) is unknown color: approx Puce. HEX triplet: C2, 8C and 8F. RGB value is (194,140,143). Sum of RGB (Red+Green+Blue) = 194+140+143=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C8F is #3D7370. Grayscale: #9C9C9C. Windows color (decimal): -4027249 or 9407682. OLE color: 9407682.

HSL color Cylindrical-coordinate representation of color #C28C8F: hue angle of 356.67º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28C8F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194140143-
CMYK00.280.260.24
HSL356.67º30.68%65.49%-
HSV(B)356.67º27.84%76.08%-
XYZ36.5832.2130.28-
YUV156.49120.39154.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=40.67%
G=29.35%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414014300.280.260.24356.6730.6865.49
HexC28C8F01C1A181651f41
Octal302214217034323054537101
Binary1100001010001100100011110111001101011000101100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C8F; }

 p { color: rgb(194,140,143); }

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

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

 a { background-color: rgb(194,140,143); }

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

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

 span { border-color: rgb(194,140,143); }

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