#CA9671

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

Shades of Feldspar #CA9671

Tints of Feldspar #CA9671

Color information

#CA9671 (or 0xCA9671) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 71. RGB value is (202,150,113). Sum of RGB (Red+Green+Blue) = 202+150+113=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9671 is #35698E. Grayscale: #A1A1A1. Windows color (decimal): -3500431 or 7444170. OLE color: 7444170.

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

Color convert

RGB202150113-
CMYK00.260.440.21
HSL24.94º45.64%61.76%-
HSV(B)24.94º44.06%79.22%-
XYZ38.2435.5620.47-
YUV161.33100.73157.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=43.44%
G=32.26%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215011300.260.440.2124.9445.6461.76
HexCA967101A2C15192e3e
Octal3122261610325425315676
Binary110010101001011011100010110101011001010111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9671; }

 p { color: rgb(202,150,113); }

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

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

 a { background-color: rgb(202,150,113); }

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

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

 span { border-color: rgb(202,150,113); }

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