#CA9473

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

Shades of Feldspar #CA9473

Tints of Feldspar #CA9473

Color information

#CA9473 (or 0xCA9473) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 73. RGB value is (202,148,115). Sum of RGB (Red+Green+Blue) = 202+148+115=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9473 is #356B8C. Grayscale: #A0A0A0. Windows color (decimal): -3500941 or 7574730. OLE color: 7574730.

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

Color convert

RGB202148115-
CMYK00.270.430.21
HSL22.76º45.08%62.16%-
HSV(B)22.76º43.07%79.22%-
XYZ38.0434.9720.97-
YUV160.38102.39157.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=43.44%
G=31.83%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214811500.270.430.2122.7645.0862.16
HexCA947301B2B15172d3e
Octal3122241630335325275576
Binary110010101001010011100110110111010111010110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9473; }

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

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

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

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

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

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

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

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