#CA9179

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

Shades of Feldspar #CA9179

Tints of Feldspar #CA9179

Color information

#CA9179 (or 0xCA9179) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 79. RGB value is (202,145,121). Sum of RGB (Red+Green+Blue) = 202+145+121=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9179 is #356E86. Grayscale: #9F9F9F. Windows color (decimal): -3501703 or 7967178. OLE color: 7967178.

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

Color convert

RGB202145121-
CMYK00.280.400.21
HSL17.78º43.32%63.33%-
HSV(B)17.78º40.1%79.22%-
XYZ37.9334.1922.69-
YUV159.31106.38158.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=43.16%
G=30.98%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214512100.280.400.2117.7843.3263.33
HexCA917901C2815122b3f
Octal3122211710345025225377
Binary110010101001000111110010111001010001010110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9179; }

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

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

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

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

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

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

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

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