#CA9877

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

Shades of Feldspar #CA9877

Tints of Feldspar #CA9877

Color information

#CA9877 (or 0xCA9877) is unknown color: approx Feldspar. HEX triplet: CA, 98 and 77. RGB value is (202,152,119). Sum of RGB (Red+Green+Blue) = 202+152+119=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9877 is #356788. Grayscale: #A3A3A3. Windows color (decimal): -3499913 or 7837898. OLE color: 7837898.

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

Color convert

RGB202152119-
CMYK00.250.410.21
HSL23.86º43.92%62.94%-
HSV(B)23.86º41.09%79.22%-
XYZ38.9236.3422.42-
YUV163.19103.06155.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=42.71%
G=32.14%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215211900.250.410.2123.8643.9262.94
HexCA98770192915182c3f
Octal3122301670315125305477
Binary110010101001100011101110110011010011010111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9877; }

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

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

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

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

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

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

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

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