#CC848A

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

Shades of Puce #CC848A

Tints of Puce #CC848A

Color information

#CC848A (or 0xCC848A) is unknown color: approx Puce. HEX triplet: CC, 84 and 8A. RGB value is (204,132,138). Sum of RGB (Red+Green+Blue) = 204+132+138=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848A is #337B75. Grayscale: #9A9A9A. Windows color (decimal): -3373942 or 9077964. OLE color: 9077964.

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

Color convert

RGB204132138-
CMYK00.350.320.2
HSL355º41.38%65.88%-
HSV(B)355º35.29%80%-
XYZ37.7431.1728.07-
YUV154.21118.85163.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=43.04%
G=27.85%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413213800.350.320.235541.3865.88
HexCC848A02320141632942
Octal314204212043402454351102
Binary1100110010000100100010100100011100000101001011000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC848A; }

 p { color: rgb(204,132,138); }

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

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

 a { background-color: rgb(204,132,138); }

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

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

 span { border-color: rgb(204,132,138); }

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