#CC7FA6

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

Shades of Puce #CC7FA6

Tints of Puce #CC7FA6

Color information

#CC7FA6 (or 0xCC7FA6) is unknown color: approx Puce. HEX triplet: CC, 7F and A6. RGB value is (204,127,166). Sum of RGB (Red+Green+Blue) = 204+127+166=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FA6 is #338059. Grayscale: #9A9A9A. Windows color (decimal): -3375194 or 10911692. OLE color: 10911692.

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

Color convert

RGB204127166-
CMYK00.380.190.2
HSL329.61º43.02%64.9%-
HSV(B)329.61º37.75%80%-
XYZ39.3730.7739.94-
YUV154.47134.51163.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=41.05%
G=25.55%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412716600.380.190.2329.6143.0264.9
HexCC7FA6026131414a2b41
Octal314177246046232451253101
Binary11001100111111110100110010011010011101001010010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FA6; }

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

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

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

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

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

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

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

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