#CC838D

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

Shades of Puce #CC838D

Tints of Puce #CC838D

Color information

#CC838D (or 0xCC838D) is unknown color: approx Puce. HEX triplet: CC, 83 and 8D. RGB value is (204,131,141). Sum of RGB (Red+Green+Blue) = 204+131+141=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838D is #337C72. Grayscale: #999999. Windows color (decimal): -3374195 or 9274316. OLE color: 9274316.

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

Color convert

RGB204131141-
CMYK00.360.310.2
HSL351.78º41.71%65.69%-
HSV(B)351.78º35.78%80%-
XYZ37.8330.9929.19-
YUV153.97120.68163.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=42.86%
G=27.52%
B=29.62%

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
Decimal20413114100.360.310.2351.7841.7165.69
HexCC838D0241F141602a42
Octal314203215044372454052102
Binary110011001000001110001101010010011111101001011000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC838D; }

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

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

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

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

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

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

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

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