#CC8A8D

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

Shades of Puce #CC8A8D

Tints of Puce #CC8A8D

Color information

#CC8A8D (or 0xCC8A8D) is unknown color: approx Puce. HEX triplet: CC, 8A and 8D. RGB value is (204,138,141). Sum of RGB (Red+Green+Blue) = 204+138+141=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A8D is #337572. Grayscale: #9E9E9E. Windows color (decimal): -3372403 or 9276108. OLE color: 9276108.

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

Color convert

RGB204138141-
CMYK00.320.310.2
HSL357.27º39.29%67.06%-
HSV(B)357.27º32.35%80%-
XYZ38.832.9429.51-
YUV158.08118.37160.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=42.24%
G=28.57%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413814100.320.310.2357.2739.2967.06
HexCC8A8D0201F141652743
Octal314212215040372454547103
Binary110011001000101010001101010000011111101001011001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A8D; }

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

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

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

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

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

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

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

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