#cc8794

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

Shades of Puce #CC8794

Tints of Puce #CC8794

Color information

#CC8794 (or 0xCC8794) is unknown color: approx Puce. HEX triplet: CC, 87 and 94. RGB value is (204,135,148). Sum of RGB (Red+Green+Blue) = 204+135+148=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8794 is #33786B. Grayscale: #9D9D9D. Windows color (decimal): -3373164 or 9734092. OLE color: 9734092.

HSL color Cylindrical-coordinate representation of color #CC8794: hue angle of 348.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8794 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204135148-
CMYK00.340.270.2
HSL348.7º40.35%66.47%-
HSV(B)348.7º33.82%80%-
XYZ38.9132.332.2-
YUV157.11122.86161.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=41.89%
G=27.72%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413514800.340.270.2348.740.3566.47
HexCC87940221B1415d2842
Octal314207224042332453550102
Binary110011001000011110010100010001011011101001010111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8794; }

 p { color: rgb(204,135,148); }

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

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

 a { background-color: rgb(204,135,148); }

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

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

 span { border-color: rgb(204,135,148); }

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