#CA9079

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

Shades of Feldspar #CA9079

Tints of Feldspar #CA9079

Color information

#CA9079 (or 0xCA9079) is unknown color: approx Feldspar. HEX triplet: CA, 90 and 79. RGB value is (202,144,121). Sum of RGB (Red+Green+Blue) = 202+144+121=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9079 is #356F86. Grayscale: #9E9E9E. Windows color (decimal): -3501959 or 7966922. OLE color: 7966922.

HSL color Cylindrical-coordinate representation of color #CA9079: hue angle of 17.04º 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 #CA9079 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202144121-
CMYK00.290.400.21
HSL17.04º43.32%63.33%-
HSV(B)17.04º40.1%79.22%-
XYZ37.7833.8822.64-
YUV158.72106.72158.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=43.25%
G=30.84%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214412100.290.400.2117.0443.3263.33
HexCA907901D2815112b3f
Octal3122201710355025215377
Binary110010101001000011110010111011010001010110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9079; }

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

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

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

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

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

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

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

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