#CA9973

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

Shades of Feldspar #CA9973

Tints of Feldspar #CA9973

Color information

#CA9973 (or 0xCA9973) is unknown color: approx Feldspar. HEX triplet: CA, 99 and 73. RGB value is (202,153,115). Sum of RGB (Red+Green+Blue) = 202+153+115=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9973 is #35668C. Grayscale: #A3A3A3. Windows color (decimal): -3499661 or 7576010. OLE color: 7576010.

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

Color convert

RGB202153115-
CMYK00.240.430.21
HSL26.21º45.08%62.16%-
HSV(B)26.21º43.07%79.22%-
XYZ38.8436.5821.23-
YUV163.32100.73155.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=42.98%
G=32.55%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215311500.240.430.2126.2145.0862.16
HexCA99730182B151a2d3e
Octal3122311630305325325576
Binary110010101001100111100110110001010111010111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9973; }

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

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

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

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

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

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

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

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