#CA9879

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

Shades of Feldspar #CA9879

Tints of Feldspar #CA9879

Color information

#CA9879 (or 0xCA9879) is unknown color: approx Feldspar. HEX triplet: CA, 98 and 79. RGB value is (202,152,121). Sum of RGB (Red+Green+Blue) = 202+152+121=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9879 is #356786. Grayscale: #A3A3A3. Windows color (decimal): -3499911 or 7968970. OLE color: 7968970.

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

Color convert

RGB202152121-
CMYK00.250.400.21
HSL22.96º43.32%63.33%-
HSV(B)22.96º40.1%79.22%-
XYZ39.0436.3923.06-
YUV163.42104.06155.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=42.53%
G=32%
B=25.47%

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
Decimal20215212100.250.400.2122.9643.3263.33
HexCA98790192815172b3f
Octal3122301710315025275377
Binary110010101001100011110010110011010001010110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9879; }

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

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

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

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

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

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

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

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