#CA9772

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

Shades of Feldspar #CA9772

Tints of Feldspar #CA9772

Color information

#CA9772 (or 0xCA9772) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 72. RGB value is (202,151,114). Sum of RGB (Red+Green+Blue) = 202+151+114=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9772 is #35688D. Grayscale: #A2A2A2. Windows color (decimal): -3500174 or 7509962. OLE color: 7509962.

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

Color convert

RGB202151114-
CMYK00.250.440.21
HSL25.23º45.36%61.96%-
HSV(B)25.23º43.56%79.22%-
XYZ38.4635.920.82-
YUV162.03100.9156.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=43.25%
G=32.33%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215111400.250.440.2125.2345.3661.96
HexCA97720192C15192d3e
Octal3122271620315425315576
Binary110010101001011111100100110011011001010111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9772; }

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

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

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

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

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

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

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

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