#CC848B

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

Shades of Puce #CC848B

Tints of Puce #CC848B

Color information

#CC848B (or 0xCC848B) is unknown color: approx Puce. HEX triplet: CC, 84 and 8B. RGB value is (204,132,139). Sum of RGB (Red+Green+Blue) = 204+132+139=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848B is #337B74. Grayscale: #9A9A9A. Windows color (decimal): -3373941 or 9143500. OLE color: 9143500.

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

Color convert

RGB204132139-
CMYK00.350.320.2
HSL354.17º41.38%65.88%-
HSV(B)354.17º35.29%80%-
XYZ37.8131.228.46-
YUV154.33119.35163.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=42.95%
G=27.79%
B=29.26%

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
Decimal20413213900.350.320.2354.1741.3865.88
HexCC848B02320141622942
Octal314204213043402454251102
Binary1100110010000100100010110100011100000101001011000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC848B; }

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

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

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

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

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

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

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

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