#CA9974

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

Shades of Feldspar #CA9974

Tints of Feldspar #CA9974

Color information

#CA9974 (or 0xCA9974) is unknown color: approx Feldspar. HEX triplet: CA, 99 and 74. RGB value is (202,153,116). Sum of RGB (Red+Green+Blue) = 202+153+116=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9974 is #35668B. Grayscale: #A3A3A3. Windows color (decimal): -3499660 or 7641546. OLE color: 7641546.

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

Color convert

RGB202153116-
CMYK00.240.430.21
HSL25.81º44.79%62.35%-
HSV(B)25.81º42.57%79.22%-
XYZ38.936.621.54-
YUV163.43101.23155.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=42.89%
G=32.48%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215311600.240.430.2125.8144.7962.35
HexCA99740182B151a2d3e
Octal3122311640305325325576
Binary110010101001100111101000110001010111010111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9974; }

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

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

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

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

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

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

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

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