#CA8C73

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

Shades of Feldspar #CA8C73

Tints of Feldspar #CA8C73

Color information

#CA8C73 (or 0xCA8C73) is unknown color: approx Feldspar. HEX triplet: CA, 8C and 73. RGB value is (202,140,115). Sum of RGB (Red+Green+Blue) = 202+140+115=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C73 is #35738C. Grayscale: #9B9B9B. Windows color (decimal): -3502989 or 7572682. OLE color: 7572682.

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

Color convert

RGB202140115-
CMYK00.310.430.21
HSL17.24º45.08%62.16%-
HSV(B)17.24º43.07%79.22%-
XYZ36.8332.5520.56-
YUV155.69105.04161.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=44.20%
G=30.63%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214011500.310.430.2117.2445.0862.16
HexCA8C7301F2B15112d3e
Octal3122141630375325215576
Binary110010101000110011100110111111010111010110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C73; }

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

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

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

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

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

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

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

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