#CA7F98

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

Shades of Puce #CA7F98

Tints of Puce #CA7F98

Color information

#CA7F98 (or 0xCA7F98) is unknown color: approx Puce. HEX triplet: CA, 7F and 98. RGB value is (202,127,152). Sum of RGB (Red+Green+Blue) = 202+127+152=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F98 is #358067. Grayscale: #989898. Windows color (decimal): -3506280 or 9994186. OLE color: 9994186.

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

Color convert

RGB202127152-
CMYK00.370.250.21
HSL340º41.44%64.51%-
HSV(B)340º37.13%79.22%-
XYZ37.613033.51-
YUV152.28127.85163.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=42.00%
G=26.40%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212715200.370.250.2134041.4464.51
HexCA7F9802519151542941
Octal312177230045312552451101
Binary11001010111111110011000010010111001101011010101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F98; }

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

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

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

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

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

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

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

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