#CA9770

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

Shades of Feldspar #CA9770

Tints of Feldspar #CA9770

Color information

#CA9770 (or 0xCA9770) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 70. RGB value is (202,151,112). Sum of RGB (Red+Green+Blue) = 202+151+112=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9770 is #35688F. Grayscale: #A2A2A2. Windows color (decimal): -3500176 or 7378890. OLE color: 7378890.

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

Color convert

RGB202151112-
CMYK00.250.450.21
HSL26º45.92%61.57%-
HSV(B)26º44.55%79.22%-
XYZ38.3535.8620.23-
YUV161.899.9156.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=43.44%
G=32.47%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215111200.250.450.212645.9261.57
HexCA97700192D151a2e3e
Octal3122271600315525325676
Binary110010101001011111100000110011011011010111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9770; }

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

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

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

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

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

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

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

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