#CC869A

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

Shades of Puce #CC869A

Tints of Puce #CC869A

Color information

#CC869A (or 0xCC869A) is unknown color: approx Puce. HEX triplet: CC, 86 and 9A. RGB value is (204,134,154). Sum of RGB (Red+Green+Blue) = 204+134+154=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC869A is #337965. Grayscale: #9D9D9D. Windows color (decimal): -3373414 or 10127052. OLE color: 10127052.

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

Color convert

RGB204134154-
CMYK00.340.250.2
HSL342.86º40.7%66.27%-
HSV(B)342.86º34.31%80%-
XYZ39.2632.2234.72-
YUV157.21126.19161.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=41.46%
G=27.24%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413415400.340.250.2342.8640.766.27
HexCC869A02219141572942
Octal314206232042312452751102
Binary110011001000011010011010010001011001101001010101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC869A; }

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

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

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

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

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

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

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

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