#CA9171

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

Shades of Feldspar #CA9171

Tints of Feldspar #CA9171

Color information

#CA9171 (or 0xCA9171) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 71. RGB value is (202,145,113). Sum of RGB (Red+Green+Blue) = 202+145+113=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9171 is #356E8E. Grayscale: #9E9E9E. Windows color (decimal): -3501711 or 7442890. OLE color: 7442890.

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

Color convert

RGB202145113-
CMYK00.280.440.21
HSL21.57º45.64%61.76%-
HSV(B)21.57º44.06%79.22%-
XYZ37.463420.21-
YUV158.39102.38159.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=43.91%
G=31.52%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214511300.280.440.2121.5745.6461.76
HexCA917101C2C15162e3e
Octal3122211610345425265676
Binary110010101001000111100010111001011001010110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9171; }

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

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

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

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

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

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

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

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