#C28B8C

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

Shades of Puce #C28B8C

Tints of Puce #C28B8C

Color information

#C28B8C (or 0xC28B8C) is unknown color: approx Puce. HEX triplet: C2, 8B and 8C. RGB value is (194,139,140). Sum of RGB (Red+Green+Blue) = 194+139+140=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28B8C is #3D7473. Grayscale: #9B9B9B. Windows color (decimal): -4027508 or 9210818. OLE color: 9210818.

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

Color convert

RGB194139140-
CMYK00.280.280.24
HSL358.91º31.07%65.29%-
HSV(B)358.91º28.35%76.08%-
XYZ36.2131.8329.05-
YUV155.56119.22155.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=41.01%
G=29.39%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413914000.280.280.24358.9131.0765.29
HexC28B8C01C1C181671f41
Octal302213214034343054737101
Binary1100001010001011100011000111001110011000101100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B8C; }

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

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

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

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

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

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

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

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