#CC869C

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

Shades of Puce #CC869C

Tints of Puce #CC869C

Color information

#CC869C (or 0xCC869C) is unknown color: approx Puce. HEX triplet: CC, 86 and 9C. RGB value is (204,134,156). Sum of RGB (Red+Green+Blue) = 204+134+156=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC869C is #337963. Grayscale: #9D9D9D. Windows color (decimal): -3373412 or 10258124. OLE color: 10258124.

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

Color convert

RGB204134156-
CMYK00.340.240.2
HSL341.14º40.7%66.27%-
HSV(B)341.14º34.31%80%-
XYZ39.4332.2935.61-
YUV157.44127.19161.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=41.30%
G=27.13%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413415600.340.240.2341.1440.766.27
HexCC869C02218141552942
Octal314206234042302452551102
Binary110011001000011010011100010001011000101001010101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC869C; }

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

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

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

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

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

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

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

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