#CC838B

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

Shades of Puce #CC838B

Tints of Puce #CC838B

Color information

#CC838B (or 0xCC838B) is unknown color: approx Puce. HEX triplet: CC, 83 and 8B. RGB value is (204,131,139). Sum of RGB (Red+Green+Blue) = 204+131+139=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838B is #337C74. Grayscale: #999999. Windows color (decimal): -3374197 or 9143244. OLE color: 9143244.

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

Color convert

RGB204131139-
CMYK00.360.320.2
HSL353.42º41.71%65.69%-
HSV(B)353.42º35.78%80%-
XYZ37.6830.9328.41-
YUV153.74119.68163.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=43.04%
G=27.64%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413113900.360.320.2353.4241.7165.69
HexCC838B02420141612a42
Octal314203213044402454152102
Binary1100110010000011100010110100100100000101001011000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC838B; }

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

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

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

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

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

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

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

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