#CC7FA8

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

Shades of Puce #CC7FA8

Tints of Puce #CC7FA8

Color information

#CC7FA8 (or 0xCC7FA8) is unknown color: approx Puce. HEX triplet: CC, 7F and A8. RGB value is (204,127,168). Sum of RGB (Red+Green+Blue) = 204+127+168=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FA8 is #338057. Grayscale: #9A9A9A. Windows color (decimal): -3375192 or 11042764. OLE color: 11042764.

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

Color convert

RGB204127168-
CMYK00.380.180.2
HSL328.05º43.02%64.9%-
HSV(B)328.05º37.75%80%-
XYZ39.5630.8440.91-
YUV154.7135.51163.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=40.88%
G=25.45%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412716800.380.180.2328.0543.0264.9
HexCC7FA802612141482b41
Octal314177250046222451053101
Binary11001100111111110101000010011010010101001010010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FA8; }

 p { color: rgb(204,127,168); }

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

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

 a { background-color: rgb(204,127,168); }

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

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

 span { border-color: rgb(204,127,168); }

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