#CC838C

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

Shades of Puce #CC838C

Tints of Puce #CC838C

Color information

#CC838C (or 0xCC838C) is unknown color: approx Puce. HEX triplet: CC, 83 and 8C. RGB value is (204,131,140). Sum of RGB (Red+Green+Blue) = 204+131+140=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838C is #337C73. Grayscale: #999999. Windows color (decimal): -3374196 or 9208780. OLE color: 9208780.

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

Color convert

RGB204131140-
CMYK00.360.310.2
HSL352.6º41.71%65.69%-
HSV(B)352.6º35.78%80%-
XYZ37.7530.9628.8-
YUV153.85120.18163.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=42.95%
G=27.58%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413114000.360.310.2352.641.7165.69
HexCC838C0241F141612a42
Octal314203214044372454152102
Binary110011001000001110001100010010011111101001011000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC838C; }

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

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

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

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

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

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

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

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