#CC8695

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

Shades of Puce #CC8695

Tints of Puce #CC8695

Color information

#CC8695 (or 0xCC8695) is unknown color: approx Puce. HEX triplet: CC, 86 and 95. RGB value is (204,134,149). Sum of RGB (Red+Green+Blue) = 204+134+149=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8695 is #33796A. Grayscale: #9C9C9C. Windows color (decimal): -3373419 or 9799372. OLE color: 9799372.

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

Color convert

RGB204134149-
CMYK00.340.270.2
HSL347.14º40.7%66.27%-
HSV(B)347.14º34.31%80%-
XYZ38.8532.0632.57-
YUV156.64123.69161.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=41.89%
G=27.52%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413414900.340.270.2347.1440.766.27
HexCC86950221B1415b2942
Octal314206225042332453351102
Binary110011001000011010010101010001011011101001010110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8695; }

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

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

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

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

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

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

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

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