#CC808F

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

Shades of Puce #CC808F

Tints of Puce #CC808F

Color information

#CC808F (or 0xCC808F) is unknown color: approx Puce. HEX triplet: CC, 80 and 8F. RGB value is (204,128,143). Sum of RGB (Red+Green+Blue) = 204+128+143=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808F is #337F70. Grayscale: #989898. Windows color (decimal): -3374961 or 9404620. OLE color: 9404620.

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

Color convert

RGB204128143-
CMYK00.370.300.2
HSL348.16º42.7%65.1%-
HSV(B)348.16º37.25%80%-
XYZ37.5830.2629.85-
YUV152.43122.68164.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=42.95%
G=26.95%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412814300.370.300.2348.1642.765.1
HexCC808F0251E1415c2b41
Octal314200217045362453453101
Binary110011001000000010001111010010111110101001010111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC808F; }

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

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

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

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

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

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

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

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