#CC839C

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

Shades of Puce #CC839C

Tints of Puce #CC839C

Color information

#CC839C (or 0xCC839C) is unknown color: approx Puce. HEX triplet: CC, 83 and 9C. RGB value is (204,131,156). Sum of RGB (Red+Green+Blue) = 204+131+156=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC839C is #337C63. Grayscale: #9B9B9B. Windows color (decimal): -3374180 or 10257356. OLE color: 10257356.

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

Color convert

RGB204131156-
CMYK00.360.240.2
HSL339.45º41.71%65.69%-
HSV(B)339.45º35.78%80%-
XYZ39.0231.4735.47-
YUV155.68128.18162.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=41.55%
G=26.68%
B=31.77%

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
Decimal20413115600.360.240.2339.4541.7165.69
HexCC839C02418141532a42
Octal314203234044302452352102
Binary110011001000001110011100010010011000101001010100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC839C; }

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

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

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

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

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

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

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

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