#CA8A71

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

Shades of Feldspar #CA8A71

Tints of Feldspar #CA8A71

Color information

#CA8A71 (or 0xCA8A71) is unknown color: approx Feldspar. HEX triplet: CA, 8A and 71. RGB value is (202,138,113). Sum of RGB (Red+Green+Blue) = 202+138+113=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A71 is #35758E. Grayscale: #9A9A9A. Windows color (decimal): -3503503 or 7441098. OLE color: 7441098.

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

Color convert

RGB202138113-
CMYK00.320.440.21
HSL16.85º45.64%61.76%-
HSV(B)16.85º44.06%79.22%-
XYZ36.4331.9319.87-
YUV154.29104.7162.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=44.59%
G=30.46%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213811300.320.440.2116.8545.6461.76
HexCA8A710202C15112e3e
Octal3122121610405425215676
Binary1100101010001010111000101000001011001010110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A71; }

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

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

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

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

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

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

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

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