#CA9771

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

Shades of Feldspar #CA9771

Tints of Feldspar #CA9771

Color information

#CA9771 (or 0xCA9771) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 71. RGB value is (202,151,113). Sum of RGB (Red+Green+Blue) = 202+151+113=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9771 is #35688E. Grayscale: #A2A2A2. Windows color (decimal): -3500175 or 7444426. OLE color: 7444426.

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

Color convert

RGB202151113-
CMYK00.250.440.21
HSL25.62º45.64%61.76%-
HSV(B)25.62º44.06%79.22%-
XYZ38.435.8820.52-
YUV161.92100.4156.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=43.35%
G=32.40%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215111300.250.440.2125.6245.6461.76
HexCA97710192C151a2e3e
Octal3122271610315425325676
Binary110010101001011111100010110011011001010111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9771; }

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

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

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

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

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

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

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

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