#C28398

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

Shades of Puce #C28398

Tints of Puce #C28398

Color information

#C28398 (or 0xC28398) is unknown color: approx Puce. HEX triplet: C2, 83 and 98. RGB value is (194,131,152). Sum of RGB (Red+Green+Blue) = 194+131+152=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28398 is #3D7C67. Grayscale: #989898. Windows color (decimal): -4029544 or 9995202. OLE color: 9995202.

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

Color convert

RGB194131152-
CMYK00.320.220.24
HSL340º34.05%63.73%-
HSV(B)340º32.47%76.08%-
XYZ36.0329.9733.59-
YUV152.23127.87157.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=40.67%
G=27.46%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413115200.320.220.2434034.0563.73
HexC2839802016181542240
Octal302203230040263052442100
Binary110000101000001110011000010000010110110001010101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28398; }

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

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

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

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

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

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

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

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