#CA8F97

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

Shades of Puce #CA8F97

Tints of Puce #CA8F97

Color information

#CA8F97 (or 0xCA8F97) is unknown color: approx Puce. HEX triplet: CA, 8F and 97. RGB value is (202,143,151). Sum of RGB (Red+Green+Blue) = 202+143+151=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F97 is #357068. Grayscale: #A1A1A1. Windows color (decimal): -3502185 or 9932746. OLE color: 9932746.

HSL color Cylindrical-coordinate representation of color #CA8F97: hue angle of 351.86º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F97 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202143151-
CMYK00.290.250.21
HSL351.86º35.76%67.65%-
HSV(B)351.86º29.21%79.22%-
XYZ39.7734.4433.83-
YUV161.55122.05156.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=40.73%
G=28.83%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214315100.290.250.21351.8635.7667.65
HexCA8F9701D19151602444
Octal312217227035312554044104
Binary11001010100011111001011101110111001101011011000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F97; }

 p { color: rgb(202,143,151); }

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

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

 a { background-color: rgb(202,143,151); }

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

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

 span { border-color: rgb(202,143,151); }

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