#CC8498

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

Shades of Puce #CC8498

Tints of Puce #CC8498

Color information

#CC8498 (or 0xCC8498) is unknown color: approx Puce. HEX triplet: CC, 84 and 98. RGB value is (204,132,152). Sum of RGB (Red+Green+Blue) = 204+132+152=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8498 is #337B67. Grayscale: #9B9B9B. Windows color (decimal): -3373928 or 9995468. OLE color: 9995468.

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

Color convert

RGB204132152-
CMYK00.350.250.2
HSL343.33º41.38%65.88%-
HSV(B)343.33º35.29%80%-
XYZ38.8231.6133.76-
YUV155.81125.85162.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=41.80%
G=27.05%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413215200.350.250.2343.3341.3865.88
HexCC849802319141572942
Octal314204230043312452751102
Binary110011001000010010011000010001111001101001010101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8498; }

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

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

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

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

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

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

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

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