#C28598

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

Shades of Puce #C28598

Tints of Puce #C28598

Color information

#C28598 (or 0xC28598) is unknown color: approx Puce. HEX triplet: C2, 85 and 98. RGB value is (194,133,152). Sum of RGB (Red+Green+Blue) = 194+133+152=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28598 is #3D7A67. Grayscale: #999999. Windows color (decimal): -4029032 or 9995714. OLE color: 9995714.

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

Color convert

RGB194133152-
CMYK00.310.220.24
HSL341.31º33.33%64.12%-
HSV(B)341.31º31.44%76.08%-
XYZ36.330.5133.68-
YUV153.4127.21156.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=40.50%
G=27.77%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413315200.310.220.24341.3133.3364.12
HexC2859801F16181552140
Octal302205230037263052541100
Binary11000010100001011001100001111110110110001010101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28598; }

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

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

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

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

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

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

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

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