#CA9174

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

Shades of Feldspar #CA9174

Tints of Feldspar #CA9174

Color information

#CA9174 (or 0xCA9174) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 74. RGB value is (202,145,116). Sum of RGB (Red+Green+Blue) = 202+145+116=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9174 is #356E8B. Grayscale: #9E9E9E. Windows color (decimal): -3501708 or 7639498. OLE color: 7639498.

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

Color convert

RGB202145116-
CMYK00.280.430.21
HSL20.23º44.79%62.35%-
HSV(B)20.23º42.57%79.22%-
XYZ37.6334.0721.12-
YUV158.74103.88158.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=43.63%
G=31.32%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214511600.280.430.2120.2344.7962.35
HexCA917401C2B15142d3e
Octal3122211640345325245576
Binary110010101001000111101000111001010111010110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9174; }

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

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

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

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

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

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

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

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