#C28388

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

Shades of Puce #C28388

Tints of Puce #C28388

Color information

#C28388 (or 0xC28388) is unknown color: approx Puce. HEX triplet: C2, 83 and 88. RGB value is (194,131,136). Sum of RGB (Red+Green+Blue) = 194+131+136=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28388 is #3D7C77. Grayscale: #969696. Windows color (decimal): -4029560 or 8946626. OLE color: 8946626.

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

Color convert

RGB194131136-
CMYK00.320.300.24
HSL355.24º34.05%63.73%-
HSV(B)355.24º32.47%76.08%-
XYZ34.8129.4827.15-
YUV150.41119.87159.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=42.08%
G=28.42%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413113600.320.300.24355.2434.0563.73
HexC283880201E181632240
Octal302203210040363054342100
Binary110000101000001110001000010000011110110001011000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28388; }

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

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

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

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

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

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

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

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