#CA9170

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

Shades of Feldspar #CA9170

Tints of Feldspar #CA9170

Color information

#CA9170 (or 0xCA9170) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 70. RGB value is (202,145,112). Sum of RGB (Red+Green+Blue) = 202+145+112=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9170 is #356E8F. Grayscale: #9E9E9E. Windows color (decimal): -3501712 or 7377354. OLE color: 7377354.

HSL color Cylindrical-coordinate representation of color #CA9170: hue angle of 22º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA9170 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202145112-
CMYK00.280.450.21
HSL22º45.92%61.57%-
HSV(B)22º44.55%79.22%-
XYZ37.4133.9819.92-
YUV158.28101.88159.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=44.01%
G=31.59%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214511200.280.450.212245.9261.57
HexCA917001C2D15162e3e
Octal3122211600345525265676
Binary110010101001000111100000111001011011010110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9170; }

 p { color: rgb(202,145,112); }

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

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

 a { background-color: rgb(202,145,112); }

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

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

 span { border-color: rgb(202,145,112); }

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