#C28296

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

Shades of Puce #C28296

Tints of Puce #C28296

Color information

#C28296 (or 0xC28296) is unknown color: approx Puce. HEX triplet: C2, 82 and 96. RGB value is (194,130,150). Sum of RGB (Red+Green+Blue) = 194+130+150=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28296 is #3D7D69. Grayscale: #979797. Windows color (decimal): -4029802 or 9863874. OLE color: 9863874.

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

Color convert

RGB194130150-
CMYK00.330.230.24
HSL341.25º34.41%63.53%-
HSV(B)341.25º32.99%76.08%-
XYZ35.7429.6432.69-
YUV151.42127.2158.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.93%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=40.93%
G=27.43%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413015000.330.230.24341.2534.4163.53
HexC2829602117181552240
Octal302202226041273052542100
Binary110000101000001010010110010000110111110001010101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28296; }

 p { color: rgb(194,130,150); }

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

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

 a { background-color: rgb(194,130,150); }

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

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

 span { border-color: rgb(194,130,150); }

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