#CC828F

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

Shades of Puce #CC828F

Tints of Puce #CC828F

Color information

#CC828F (or 0xCC828F) is unknown color: approx Puce. HEX triplet: CC, 82 and 8F. RGB value is (204,130,143). Sum of RGB (Red+Green+Blue) = 204+130+143=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC828F is #337D70. Grayscale: #999999. Windows color (decimal): -3374449 or 9405132. OLE color: 9405132.

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

Color convert

RGB204130143-
CMYK00.360.300.2
HSL349.46º42.05%65.49%-
HSV(B)349.46º36.27%80%-
XYZ37.8430.7929.93-
YUV153.61122.02163.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=42.77%
G=27.25%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413014300.360.300.2349.4642.0565.49
HexCC828F0241E1415d2a41
Octal314202217044362453552101
Binary110011001000001010001111010010011110101001010111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC828F; }

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

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

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

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

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

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

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

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