#C88198

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

Shades of Puce #C88198

Tints of Puce #C88198

Color information

#C88198 (or 0xC88198) is unknown color: approx Puce. HEX triplet: C8, 81 and 98. RGB value is (200,129,152). Sum of RGB (Red+Green+Blue) = 200+129+152=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88198 is #377E67. Grayscale: #989898. Windows color (decimal): -3636840 or 9994696. OLE color: 9994696.

HSL color Cylindrical-coordinate representation of color #C88198: hue angle of 340.56º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88198 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200129152-
CMYK00.360.240.22
HSL340.56º39.23%64.51%-
HSV(B)340.56º35.5%78.43%-
XYZ37.3430.2533.58-
YUV152.85127.52161.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=41.58%
G=26.82%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012915200.360.240.22340.5639.2364.51
HexC8819802418161552741
Octal310201230044302652547101
Binary110010001000000110011000010010011000101101010101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88198; }

 p { color: rgb(200,129,152); }

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

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

 a { background-color: rgb(200,129,152); }

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

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

 span { border-color: rgb(200,129,152); }

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