#CC829C

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

Shades of Puce #CC829C

Tints of Puce #CC829C

Color information

#CC829C (or 0xCC829C) is unknown color: approx Puce. HEX triplet: CC, 82 and 9C. RGB value is (204,130,156). Sum of RGB (Red+Green+Blue) = 204+130+156=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829C is #337D63. Grayscale: #9B9B9B. Windows color (decimal): -3374436 or 10257100. OLE color: 10257100.

HSL color Cylindrical-coordinate representation of color #CC829C: hue angle of 338.92º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC829C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204130156-
CMYK00.360.240.2
HSL338.92º42.05%65.49%-
HSV(B)338.92º36.27%80%-
XYZ38.8931.235.43-
YUV155.09128.52162.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=41.63%
G=26.53%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413015600.360.240.2338.9242.0565.49
HexCC829C02418141532a41
Octal314202234044302452352101
Binary110011001000001010011100010010011000101001010100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC829C; }

 p { color: rgb(204,130,156); }

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

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

 a { background-color: rgb(204,130,156); }

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

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

 span { border-color: rgb(204,130,156); }

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