#CA9580

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

Shades of Feldspar #CA9580

Tints of Feldspar #CA9580

Color information

#CA9580 (or 0xCA9580) is unknown color: approx Feldspar. HEX triplet: CA, 95 and 80. RGB value is (202,149,128). Sum of RGB (Red+Green+Blue) = 202+149+128=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9580 is #356A7F. Grayscale: #A2A2A2. Windows color (decimal): -3500672 or 8426954. OLE color: 8426954.

HSL color Cylindrical-coordinate representation of color #CA9580: hue angle of 17.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9580 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202149128-
CMYK00.260.370.21
HSL17.03º41.11%64.71%-
HSV(B)17.03º36.63%79.22%-
XYZ3935.6125.24-
YUV162.45108.56156.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=42.17%
G=31.11%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214912800.260.370.2117.0341.1164.71
HexCA958001A2515112941
Octal31222520003245252151101
Binary11001010100101011000000001101010010110101100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9580; }

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

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

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

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

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

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

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

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