#CC889D

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

Shades of Puce #CC889D

Tints of Puce #CC889D

Color information

#CC889D (or 0xCC889D) is unknown color: approx Puce. HEX triplet: CC, 88 and 9D. RGB value is (204,136,157). Sum of RGB (Red+Green+Blue) = 204+136+157=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC889D is #337762. Grayscale: #9E9E9E. Windows color (decimal): -3372899 or 10324172. OLE color: 10324172.

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

Color convert

RGB204136157-
CMYK00.330.230.2
HSL341.47º40%66.67%-
HSV(B)341.47º33.33%80%-
XYZ39.7932.8836.15-
YUV158.73127.03160.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=41.05%
G=27.36%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413615700.330.230.2341.474066.67
HexCC889D02117141552843
Octal314210235041272452550103
Binary110011001000100010011101010000110111101001010101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC889D; }

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

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

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

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

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

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

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

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