#CC899A

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

Shades of Puce #CC899A

Tints of Puce #CC899A

Color information

#CC899A (or 0xCC899A) is unknown color: approx Puce. HEX triplet: CC, 89 and 9A. RGB value is (204,137,154). Sum of RGB (Red+Green+Blue) = 204+137+154=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC899A is #337665. Grayscale: #9E9E9E. Windows color (decimal): -3372646 or 10127820. OLE color: 10127820.

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

Color convert

RGB204137154-
CMYK00.330.250.2
HSL344.78º39.64%66.86%-
HSV(B)344.78º32.84%80%-
XYZ39.6833.0634.86-
YUV158.97125.2160.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=41.21%
G=27.68%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413715400.330.250.2344.7839.6466.86
HexCC899A02119141592843
Octal314211232041312453150103
Binary110011001000100110011010010000111001101001010110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC899A; }

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

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

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

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

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

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

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

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