#ca8771

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

Shades of Feldspar #CA8771

Tints of Feldspar #CA8771

Color information

#CA8771 (or 0xCA8771) is unknown color: approx Feldspar. HEX triplet: CA, 87 and 71. RGB value is (202,135,113). Sum of RGB (Red+Green+Blue) = 202+135+113=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8771 is #35788E. Grayscale: #989898. Windows color (decimal): -3504271 or 7440330. OLE color: 7440330.

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

Color convert

RGB202135113-
CMYK00.330.440.21
HSL14.83º45.64%61.76%-
HSV(B)14.83º44.06%79.22%-
XYZ3631.0819.72-
YUV152.52105.7163.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=44.89%
G=30%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213511300.330.440.2114.8345.6461.76
HexCA87710212C15f2e3e
Octal3122071610415425175676
Binary110010101000011111100010100001101100101011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8771; }

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

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

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

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

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

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

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

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