#CC829A

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

Shades of Puce #CC829A

Tints of Puce #CC829A

Color information

#CC829A (or 0xCC829A) is unknown color: approx Puce. HEX triplet: CC, 82 and 9A. RGB value is (204,130,154). Sum of RGB (Red+Green+Blue) = 204+130+154=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829A is #337D65. Grayscale: #9A9A9A. Windows color (decimal): -3374438 or 10126028. OLE color: 10126028.

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

Color convert

RGB204130154-
CMYK00.360.250.2
HSL340.54º42.05%65.49%-
HSV(B)340.54º36.27%80%-
XYZ38.7231.1434.54-
YUV154.86127.52163.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=41.80%
G=26.64%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413015400.360.250.2340.5442.0565.49
HexCC829A02419141552a41
Octal314202232044312452552101
Binary110011001000001010011010010010011001101001010101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC829A; }

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

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

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

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

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

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

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

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