#CA9778

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

Shades of Feldspar #CA9778

Tints of Feldspar #CA9778

Color information

#CA9778 (or 0xCA9778) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 78. RGB value is (202,151,120). Sum of RGB (Red+Green+Blue) = 202+151+120=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9778 is #356887. Grayscale: #A2A2A2. Windows color (decimal): -3500168 or 7903178. OLE color: 7903178.

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

Color convert

RGB202151120-
CMYK00.250.410.21
HSL22.68º43.62%63.14%-
HSV(B)22.68º40.59%79.22%-
XYZ38.8136.0522.68-
YUV162.72103.9156.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=42.71%
G=31.92%
B=25.37%

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
Decimal20215112000.250.410.2122.6843.6263.14
HexCA97780192915172c3f
Octal3122271700315125275477
Binary110010101001011111110000110011010011010110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9778; }

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

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

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

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

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

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

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

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