#CA7F95

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

Shades of Puce #CA7F95

Tints of Puce #CA7F95

Color information

#CA7F95 (or 0xCA7F95) is unknown color: approx Puce. HEX triplet: CA, 7F and 95. RGB value is (202,127,149). Sum of RGB (Red+Green+Blue) = 202+127+149=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F95 is #35806A. Grayscale: #979797. Windows color (decimal): -3506283 or 9797578. OLE color: 9797578.

HSL color Cylindrical-coordinate representation of color #CA7F95: hue angle of 342.4º 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 #CA7F95 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202127149-
CMYK00.370.260.21
HSL342.4º41.44%64.51%-
HSV(B)342.4º37.13%79.22%-
XYZ37.3729.9132.24-
YUV151.93126.35163.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=42.26%
G=26.57%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212714900.370.260.21342.441.4464.51
HexCA7F950251A151562941
Octal312177225045322552651101
Binary11001010111111110010101010010111010101011010101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F95; }

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

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

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

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

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

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

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

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