#C28B8F

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

Shades of Puce #C28B8F

Tints of Puce #C28B8F

Color information

#C28B8F (or 0xC28B8F) is unknown color: approx Puce. HEX triplet: C2, 8B and 8F. RGB value is (194,139,143). Sum of RGB (Red+Green+Blue) = 194+139+143=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28B8F is #3D7470. Grayscale: #9B9B9B. Windows color (decimal): -4027505 or 9407426. OLE color: 9407426.

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

Color convert

RGB194139143-
CMYK00.280.260.24
HSL355.64º31.07%65.29%-
HSV(B)355.64º28.35%76.08%-
XYZ36.4431.9230.23-
YUV155.9120.72155.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=40.76%
G=29.20%
B=30.04%

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
Decimal19413914300.280.260.24355.6431.0765.29
HexC28B8F01C1A181641f41
Octal302213217034323054437101
Binary1100001010001011100011110111001101011000101100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B8F; }

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

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

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

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

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

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

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

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