#CC7E95

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

Shades of Puce #CC7E95

Tints of Puce #CC7E95

Color information

#CC7E95 (or 0xCC7E95) is unknown color: approx Puce. HEX triplet: CC, 7E and 95. RGB value is (204,126,149). Sum of RGB (Red+Green+Blue) = 204+126+149=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E95 is #33816A. Grayscale: #979797. Windows color (decimal): -3375467 or 9797324. OLE color: 9797324.

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

Color convert

RGB204126149-
CMYK00.380.270.2
HSL342.31º43.33%64.71%-
HSV(B)342.31º38.24%80%-
XYZ37.7929.9332.22-
YUV151.94126.34165.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=42.59%
G=26.30%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412614900.380.270.2342.3143.3364.71
HexCC7E950261B141562b41
Octal314176225046332452653101
Binary11001100111111010010101010011011011101001010101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E95; }

 p { color: rgb(204,126,149); }

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

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

 a { background-color: rgb(204,126,149); }

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

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

 span { border-color: rgb(204,126,149); }

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