#CC809A

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

Shades of Puce #CC809A

Tints of Puce #CC809A

Color information

#CC809A (or 0xCC809A) is unknown color: approx Puce. HEX triplet: CC, 80 and 9A. RGB value is (204,128,154). Sum of RGB (Red+Green+Blue) = 204+128+154=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC809A is #337F65. Grayscale: #999999. Windows color (decimal): -3374950 or 10125516. OLE color: 10125516.

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

Color convert

RGB204128154-
CMYK00.370.250.2
HSL339.47º42.7%65.1%-
HSV(B)339.47º37.25%80%-
XYZ38.4530.6134.45-
YUV153.69128.18163.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=41.98%
G=26.34%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412815400.370.250.2339.4742.765.1
HexCC809A02519141532b41
Octal314200232045312452353101
Binary110011001000000010011010010010111001101001010100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC809A; }

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

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

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

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

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

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

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

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