#CC8798

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

Shades of Puce #CC8798

Tints of Puce #CC8798

Color information

#CC8798 (or 0xCC8798) is unknown color: approx Puce. HEX triplet: CC, 87 and 98. RGB value is (204,135,152). Sum of RGB (Red+Green+Blue) = 204+135+152=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8798 is #337867. Grayscale: #9D9D9D. Windows color (decimal): -3373160 or 9996236. OLE color: 9996236.

HSL color Cylindrical-coordinate representation of color #CC8798: hue angle of 345.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8798 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204135152-
CMYK00.340.250.2
HSL345.22º40.35%66.47%-
HSV(B)345.22º33.82%80%-
XYZ39.2332.4333.9-
YUV157.57124.86161.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=41.55%
G=27.49%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413515200.340.250.2345.2240.3566.47
HexCC879802219141592842
Octal314207230042312453150102
Binary110011001000011110011000010001011001101001010110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8798; }

 p { color: rgb(204,135,152); }

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

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

 a { background-color: rgb(204,135,152); }

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

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

 span { border-color: rgb(204,135,152); }

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