#CC848D

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

Shades of Puce #CC848D

Tints of Puce #CC848D

Color information

#CC848D (or 0xCC848D) is unknown color: approx Puce. HEX triplet: CC, 84 and 8D. RGB value is (204,132,141). Sum of RGB (Red+Green+Blue) = 204+132+141=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848D is #337B72. Grayscale: #9A9A9A. Windows color (decimal): -3373939 or 9274572. OLE color: 9274572.

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

Color convert

RGB204132141-
CMYK00.350.310.2
HSL352.5º41.38%65.88%-
HSV(B)352.5º35.29%80%-
XYZ37.9631.2629.23-
YUV154.55120.35163.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=42.77%
G=27.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413214100.350.310.2352.541.3865.88
HexCC848D0231F141602942
Octal314204215043372454051102
Binary110011001000010010001101010001111111101001011000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC848D; }

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

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

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

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

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

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

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

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