#CC849A

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

Shades of Puce #CC849A

Tints of Puce #CC849A

Color information

#CC849A (or 0xCC849A) is unknown color: approx Puce. HEX triplet: CC, 84 and 9A. RGB value is (204,132,154). Sum of RGB (Red+Green+Blue) = 204+132+154=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849A is #337B65. Grayscale: #9C9C9C. Windows color (decimal): -3373926 or 10126540. OLE color: 10126540.

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

Color convert

RGB204132154-
CMYK00.350.250.2
HSL341.67º41.38%65.88%-
HSV(B)341.67º35.29%80%-
XYZ38.9931.6734.63-
YUV156.04126.85162.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=41.63%
G=26.94%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413215400.350.250.2341.6741.3865.88
HexCC849A02319141562942
Octal314204232043312452651102
Binary110011001000010010011010010001111001101001010101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC849A; }

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

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

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

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

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

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

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

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