#C28795

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

Shades of Puce #C28795

Tints of Puce #C28795

Color information

#C28795 (or 0xC28795) is unknown color: approx Puce. HEX triplet: C2, 87 and 95. RGB value is (194,135,149). Sum of RGB (Red+Green+Blue) = 194+135+149=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28795 is #3D786A. Grayscale: #9A9A9A. Windows color (decimal): -4028523 or 9799618. OLE color: 9799618.

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

Color convert

RGB194135149-
CMYK00.300.230.24
HSL345.76º32.6%64.51%-
HSV(B)345.76º30.41%76.08%-
XYZ36.3430.9732.5-
YUV154.24125.05156.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=40.59%
G=28.24%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413514900.300.230.24345.7632.664.51
HexC2879501E171815a2141
Octal302207225036273053241101
Binary11000010100001111001010101111010111110001010110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28795; }

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

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

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

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

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

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

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

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