#CA9977

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

Shades of Feldspar #CA9977

Tints of Feldspar #CA9977

Color information

#CA9977 (or 0xCA9977) is unknown color: approx Feldspar. HEX triplet: CA, 99 and 77. RGB value is (202,153,119). Sum of RGB (Red+Green+Blue) = 202+153+119=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9977 is #356688. Grayscale: #A3A3A3. Windows color (decimal): -3499657 or 7838154. OLE color: 7838154.

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

Color convert

RGB202153119-
CMYK00.240.410.21
HSL24.58º43.92%62.94%-
HSV(B)24.58º41.09%79.22%-
XYZ39.0836.6722.47-
YUV163.78102.73155.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=42.62%
G=32.28%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215311900.240.410.2124.5843.9262.94
HexCA99770182915192c3f
Octal3122311670305125315477
Binary110010101001100111101110110001010011010111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9977; }

 p { color: rgb(202,153,119); }

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

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

 a { background-color: rgb(202,153,119); }

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

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

 span { border-color: rgb(202,153,119); }

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