#CC8A98

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

Shades of Puce #CC8A98

Tints of Puce #CC8A98

Color information

#CC8A98 (or 0xCC8A98) is unknown color: approx Puce. HEX triplet: CC, 8A and 98. RGB value is (204,138,152). Sum of RGB (Red+Green+Blue) = 204+138+152=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A98 is #337567. Grayscale: #9F9F9F. Windows color (decimal): -3372392 or 9997004. OLE color: 9997004.

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

Color convert

RGB204138152-
CMYK00.320.250.2
HSL347.27º39.29%67.06%-
HSV(B)347.27º32.35%80%-
XYZ39.6633.2834.04-
YUV159.33123.87159.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=41.30%
G=27.94%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413815200.320.250.2347.2739.2967.06
HexCC8A98020191415b2743
Octal314212230040312453347103
Binary110011001000101010011000010000011001101001010110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A98; }

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

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

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

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

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

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

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

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