#C28595

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

Shades of Puce #C28595

Tints of Puce #C28595

Color information

#C28595 (or 0xC28595) is unknown color: approx Puce. HEX triplet: C2, 85 and 95. RGB value is (194,133,149). Sum of RGB (Red+Green+Blue) = 194+133+149=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28595 is #3D7A6A. Grayscale: #999999. Windows color (decimal): -4029035 or 9799106. OLE color: 9799106.

HSL color Cylindrical-coordinate representation of color #C28595: hue angle of 344.26º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28595 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB194133149-
CMYK00.310.230.24
HSL344.26º33.33%64.12%-
HSV(B)344.26º31.44%76.08%-
XYZ36.0630.4132.4-
YUV153.06125.71157.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=40.76%
G=27.94%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413314900.310.230.24344.2633.3364.12
HexC2859501F17181582140
Octal302205225037273053041100
Binary11000010100001011001010101111110111110001010110001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28595; }

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

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

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

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

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

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

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

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