#CA9779

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

Shades of Feldspar #CA9779

Tints of Feldspar #CA9779

Color information

#CA9779 (or 0xCA9779) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 79. RGB value is (202,151,121). Sum of RGB (Red+Green+Blue) = 202+151+121=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9779 is #356886. Grayscale: #A3A3A3. Windows color (decimal): -3500167 or 7968714. OLE color: 7968714.

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

Color convert

RGB202151121-
CMYK00.250.400.21
HSL22.22º43.32%63.33%-
HSV(B)22.22º40.1%79.22%-
XYZ38.8736.0723-
YUV162.83104.4155.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=42.62%
G=31.86%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215112100.250.400.2122.2243.3263.33
HexCA97790192815162b3f
Octal3122271710315025265377
Binary110010101001011111110010110011010001010110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9779; }

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

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

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

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

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

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

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

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