#CC8A9E

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

Shades of Puce #CC8A9E

Tints of Puce #CC8A9E

Color information

#CC8A9E (or 0xCC8A9E) is unknown color: approx Puce. HEX triplet: CC, 8A and 9E. RGB value is (204,138,158). Sum of RGB (Red+Green+Blue) = 204+138+158=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A9E is #337561. Grayscale: #A0A0A0. Windows color (decimal): -3372386 or 10390220. OLE color: 10390220.

HSL color Cylindrical-coordinate representation of color #CC8A9E: hue angle of 341.82º 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 #CC8A9E is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204138158-
CMYK00.320.230.2
HSL341.82º39.29%67.06%-
HSV(B)341.82º32.35%80%-
XYZ40.1633.4836.69-
YUV160.01126.87159.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=40.8%
G=27.6%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413815800.320.230.2341.8239.2967.06
HexCC8A9E02017141562743
Octal314212236040272452647103
Binary110011001000101010011110010000010111101001010101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A9E; }

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

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

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

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

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

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

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

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