#CA9475

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

Shades of Feldspar #CA9475

Tints of Feldspar #CA9475

Color information

#CA9475 (or 0xCA9475) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 75. RGB value is (202,148,117). Sum of RGB (Red+Green+Blue) = 202+148+117=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9475 is #356B8A. Grayscale: #A0A0A0. Windows color (decimal): -3500939 or 7705802. OLE color: 7705802.

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

Color convert

RGB202148117-
CMYK00.270.420.21
HSL21.88º44.5%62.55%-
HSV(B)21.88º42.08%79.22%-
XYZ38.1635.0221.58-
YUV160.61103.39157.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=43.25%
G=31.69%
B=25.05%

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
Decimal20214811700.270.420.2121.8844.562.55
HexCA947501B2A15162d3f
Octal3122241650335225265577
Binary110010101001010011101010110111010101010110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9475; }

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

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

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

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

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

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

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

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