#CA9172

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

Shades of Feldspar #CA9172

Tints of Feldspar #CA9172

Color information

#CA9172 (or 0xCA9172) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 72. RGB value is (202,145,114). Sum of RGB (Red+Green+Blue) = 202+145+114=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9172 is #356E8D. Grayscale: #9E9E9E. Windows color (decimal): -3501710 or 7508426. OLE color: 7508426.

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

Color convert

RGB202145114-
CMYK00.280.440.21
HSL21.14º45.36%61.96%-
HSV(B)21.14º43.56%79.22%-
XYZ37.5234.0220.51-
YUV158.51102.88159.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=43.82%
G=31.45%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214511400.280.440.2121.1445.3661.96
HexCA917201C2C15152d3e
Octal3122211620345425255576
Binary110010101001000111100100111001011001010110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9172; }

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

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

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

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

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

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

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

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