#CA7F9E

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

Shades of Puce #CA7F9E

Tints of Puce #CA7F9E

Color information

#CA7F9E (or 0xCA7F9E) is unknown color: approx Puce. HEX triplet: CA, 7F and 9E. RGB value is (202,127,158). Sum of RGB (Red+Green+Blue) = 202+127+158=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F9E is #358061. Grayscale: #989898. Windows color (decimal): -3506274 or 10387402. OLE color: 10387402.

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

Color convert

RGB202127158-
CMYK00.370.220.21
HSL335.2º41.44%64.51%-
HSV(B)335.2º37.13%79.22%-
XYZ38.1230.236.17-
YUV152.96130.85162.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=41.48%
G=26.08%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212715800.370.220.21335.241.4464.51
HexCA7F9E025161514f2941
Octal312177236045262551751101
Binary11001010111111110011110010010110110101011010011111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F9E; }

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

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

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

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

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

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

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

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