#CA8873

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

Shades of Feldspar #CA8873

Tints of Feldspar #CA8873

Color information

#CA8873 (or 0xCA8873) is unknown color: approx Feldspar. HEX triplet: CA, 88 and 73. RGB value is (202,136,115). Sum of RGB (Red+Green+Blue) = 202+136+115=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8873 is #35778C. Grayscale: #999999. Windows color (decimal): -3504013 or 7571658. OLE color: 7571658.

HSL color Cylindrical-coordinate representation of color #CA8873: hue angle of 14.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8873 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202136115-
CMYK00.330.430.21
HSL14.48º45.08%62.16%-
HSV(B)14.48º43.07%79.22%-
XYZ36.2631.420.37-
YUV153.34106.37162.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=44.59%
G=30.02%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213611500.330.430.2114.4845.0862.16
HexCA88730212B15e2d3e
Octal3122101630415325165576
Binary110010101000100011100110100001101011101011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8873; }

 p { color: rgb(202,136,115); }

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

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

 a { background-color: rgb(202,136,115); }

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

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

 span { border-color: rgb(202,136,115); }

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