#CA9375

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

Shades of Feldspar #CA9375

Tints of Feldspar #CA9375

Color information

#CA9375 (or 0xCA9375) is unknown color: approx Feldspar. HEX triplet: CA, 93 and 75. RGB value is (202,147,117). Sum of RGB (Red+Green+Blue) = 202+147+117=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9375 is #356C8A. Grayscale: #A0A0A0. Windows color (decimal): -3501195 or 7705546. OLE color: 7705546.

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

Color convert

RGB202147117-
CMYK00.270.420.21
HSL21.18º44.5%62.55%-
HSV(B)21.18º42.08%79.22%-
XYZ3834.7121.53-
YUV160.02103.72157.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=43.35%
G=31.55%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214711700.270.420.2121.1844.562.55
HexCA937501B2A15152d3f
Octal3122231650335225255577
Binary110010101001001111101010110111010101010110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9375; }

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

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

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

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

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

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

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

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