#CA9575

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

Shades of Feldspar #CA9575

Tints of Feldspar #CA9575

Color information

#CA9575 (or 0xCA9575) is unknown color: approx Feldspar. HEX triplet: CA, 95 and 75. RGB value is (202,149,117). Sum of RGB (Red+Green+Blue) = 202+149+117=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9575 is #356A8A. Grayscale: #A1A1A1. Windows color (decimal): -3500683 or 7706058. OLE color: 7706058.

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

Color convert

RGB202149117-
CMYK00.260.420.21
HSL22.59º44.5%62.55%-
HSV(B)22.59º42.08%79.22%-
XYZ38.3235.3421.63-
YUV161.2103.06157.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 117 (46.09% from 255) = 25%
R=43.16%
G=31.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214911700.260.420.2122.5944.562.55
HexCA957501A2A15172d3f
Octal3122251650325225275577
Binary110010101001010111101010110101010101010110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9575; }

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

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

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

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

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

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

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

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