#CA9176

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

Shades of Feldspar #CA9176

Tints of Feldspar #CA9176

Color information

#CA9176 (or 0xCA9176) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 76. RGB value is (202,145,118). Sum of RGB (Red+Green+Blue) = 202+145+118=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9176 is #356E89. Grayscale: #9F9F9F. Windows color (decimal): -3501706 or 7770570. OLE color: 7770570.

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

Color convert

RGB202145118-
CMYK00.280.420.21
HSL19.29º44.21%62.75%-
HSV(B)19.29º41.58%79.22%-
XYZ37.7534.1221.73-
YUV158.96104.88158.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=43.44%
G=31.18%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214511800.280.420.2119.2944.2162.75
HexCA917601C2A15132c3f
Octal3122211660345225235477
Binary110010101001000111101100111001010101010110011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9176; }

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

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

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

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

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

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

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

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