#CA8E71

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

Shades of Feldspar #CA8E71

Tints of Feldspar #CA8E71

Color information

#CA8E71 (or 0xCA8E71) is unknown color: approx Feldspar. HEX triplet: CA, 8E and 71. RGB value is (202,142,113). Sum of RGB (Red+Green+Blue) = 202+142+113=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E71 is #35718E. Grayscale: #9C9C9C. Windows color (decimal): -3502479 or 7442122. OLE color: 7442122.

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

Color convert

RGB202142113-
CMYK00.300.440.21
HSL19.55º45.64%61.76%-
HSV(B)19.55º44.06%79.22%-
XYZ37.0133.0920.06-
YUV156.63103.38160.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=44.20%
G=31.07%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214211300.300.440.2119.5545.6461.76
HexCA8E7101E2C15142e3e
Octal3122161610365425245676
Binary110010101000111011100010111101011001010110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E71; }

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

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

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

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

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

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

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

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