#CA9A76

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

Shades of Feldspar #CA9A76

Tints of Feldspar #CA9A76

Color information

#CA9A76 (or 0xCA9A76) is unknown color: approx Feldspar. HEX triplet: CA, 9A and 76. RGB value is (202,154,118). Sum of RGB (Red+Green+Blue) = 202+154+118=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A76 is #356589. Grayscale: #A4A4A4. Windows color (decimal): -3499402 or 7772874. OLE color: 7772874.

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

Color convert

RGB202154118-
CMYK00.240.420.21
HSL25.71º44.21%62.75%-
HSV(B)25.71º41.58%79.22%-
XYZ39.1836.9822.21-
YUV164.25101.9154.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=42.62%
G=32.49%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215411800.240.420.2125.7144.2162.75
HexCA9A760182A151a2c3f
Octal3122321660305225325477
Binary110010101001101011101100110001010101010111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A76; }

 p { color: rgb(202,154,118); }

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

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

 a { background-color: rgb(202,154,118); }

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

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

 span { border-color: rgb(202,154,118); }

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