#CA9071

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

Shades of Feldspar #CA9071

Tints of Feldspar #CA9071

Color information

#CA9071 (or 0xCA9071) is unknown color: approx Feldspar. HEX triplet: CA, 90 and 71. RGB value is (202,144,113). Sum of RGB (Red+Green+Blue) = 202+144+113=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9071 is #356F8E. Grayscale: #9D9D9D. Windows color (decimal): -3501967 or 7442634. OLE color: 7442634.

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

Color convert

RGB202144113-
CMYK00.290.440.21
HSL20.9º45.64%61.76%-
HSV(B)20.9º44.06%79.22%-
XYZ37.3133.720.16-
YUV157.81102.72159.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=44.01%
G=31.37%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214411300.290.440.2120.945.6461.76
HexCA907101D2C15152e3e
Octal3122201610355425255676
Binary110010101001000011100010111011011001010110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9071; }

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

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

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

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

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

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

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

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