#CA7F94

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

Shades of Puce #CA7F94

Tints of Puce #CA7F94

Color information

#CA7F94 (or 0xCA7F94) is unknown color: approx Puce. HEX triplet: CA, 7F and 94. RGB value is (202,127,148). Sum of RGB (Red+Green+Blue) = 202+127+148=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F94 is #35806B. Grayscale: #979797. Windows color (decimal): -3506284 or 9732042. OLE color: 9732042.

HSL color Cylindrical-coordinate representation of color #CA7F94: hue angle of 343.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F94 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202127148-
CMYK00.370.270.21
HSL343.2º41.44%64.51%-
HSV(B)343.2º37.13%79.22%-
XYZ37.2929.8731.82-
YUV151.82125.85163.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=42.35%
G=26.62%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212714800.370.270.21343.241.4464.51
HexCA7F940251B151572941
Octal312177224045332552751101
Binary11001010111111110010100010010111011101011010101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F94; }

 p { color: rgb(202,127,148); }

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

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

 a { background-color: rgb(202,127,148); }

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

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

 span { border-color: rgb(202,127,148); }

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