#CA9175

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

Shades of Feldspar #CA9175

Tints of Feldspar #CA9175

Color information

#CA9175 (or 0xCA9175) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 75. RGB value is (202,145,117). Sum of RGB (Red+Green+Blue) = 202+145+117=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9175 is #356E8A. Grayscale: #9F9F9F. Windows color (decimal): -3501707 or 7705034. OLE color: 7705034.

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

Color convert

RGB202145117-
CMYK00.280.420.21
HSL19.76º44.5%62.55%-
HSV(B)19.76º42.08%79.22%-
XYZ37.6934.0921.42-
YUV158.85104.38158.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=43.53%
G=31.25%
B=25.22%

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
Decimal20214511700.280.420.2119.7644.562.55
HexCA917501C2A15142d3f
Octal3122211650345225245577
Binary110010101001000111101010111001010101010110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9175; }

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

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

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

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

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

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

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

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