#CA8097

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

Shades of Puce #CA8097

Tints of Puce #CA8097

Color information

#CA8097 (or 0xCA8097) is unknown color: approx Puce. HEX triplet: CA, 80 and 97. RGB value is (202,128,151). Sum of RGB (Red+Green+Blue) = 202+128+151=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8097 is #357F68. Grayscale: #989898. Windows color (decimal): -3506025 or 9928906. OLE color: 9928906.

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

Color convert

RGB202128151-
CMYK00.370.250.21
HSL341.35º41.11%64.71%-
HSV(B)341.35º36.63%79.22%-
XYZ37.6630.2333.13-
YUV152.75127.02163.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=42.00%
G=26.61%
B=31.39%

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
Decimal20212815100.370.250.21341.3541.1164.71
HexCA809702519151552941
Octal312200227045312552551101
Binary110010101000000010010111010010111001101011010101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8097; }

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

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

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

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

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

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

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

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