#CC8688

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

Shades of Puce #CC8688

Tints of Puce #CC8688

Color information

#CC8688 (or 0xCC8688) is unknown color: approx Puce. HEX triplet: CC, 86 and 88. RGB value is (204,134,136). Sum of RGB (Red+Green+Blue) = 204+134+136=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8688 is #337977. Grayscale: #9B9B9B. Windows color (decimal): -3373432 or 8947404. OLE color: 8947404.

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

Color convert

RGB204134136-
CMYK00.340.330.2
HSL358.29º40.7%66.27%-
HSV(B)358.29º34.31%80%-
XYZ37.8731.6727.41-
YUV155.16117.19162.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=43.04%
G=28.27%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413413600.340.330.2358.2940.766.27
HexCC868802221141662942
Octal314206210042412454651102
Binary1100110010000110100010000100010100001101001011001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8688; }

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

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

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

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

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

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

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

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