#C28797

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

Shades of Puce #C28797

Tints of Puce #C28797

Color information

#C28797 (or 0xC28797) is unknown color: approx Puce. HEX triplet: C2, 87 and 97. RGB value is (194,135,151). Sum of RGB (Red+Green+Blue) = 194+135+151=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C28797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28797 is #3D7868. Grayscale: #9A9A9A. Windows color (decimal): -4028521 or 9930690. OLE color: 9930690.

HSL color Cylindrical-coordinate representation of color #C28797: hue angle of 343.73º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28797 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194135151-
CMYK00.300.220.24
HSL343.73º32.6%64.51%-
HSV(B)343.73º30.41%76.08%-
XYZ36.531.0333.34-
YUV154.46126.05156.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=40.42%
G=28.12%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413515100.300.220.24343.7332.664.51
HexC2879701E16181582141
Octal302207227036263053041101
Binary11000010100001111001011101111010110110001010110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28797; }

 p { color: rgb(194,135,151); }

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

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

 a { background-color: rgb(194,135,151); }

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

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

 span { border-color: rgb(194,135,151); }

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