#CA9479

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

Shades of Feldspar #CA9479

Tints of Feldspar #CA9479

Color information

#CA9479 (or 0xCA9479) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 79. RGB value is (202,148,121). Sum of RGB (Red+Green+Blue) = 202+148+121=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9479 is #356B86. Grayscale: #A1A1A1. Windows color (decimal): -3500935 or 7967946. OLE color: 7967946.

HSL color Cylindrical-coordinate representation of color #CA9479: hue angle of 20º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9479 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202148121-
CMYK00.270.400.21
HSL20º43.32%63.33%-
HSV(B)20º40.1%79.22%-
XYZ38.435.1222.84-
YUV161.07105.39157.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=42.89%
G=31.42%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214812100.270.400.212043.3263.33
HexCA947901B2815142b3f
Octal3122241710335025245377
Binary110010101001010011110010110111010001010110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9479; }

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

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

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

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

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

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

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

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