#CA9A78

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

Shades of Feldspar #CA9A78

Tints of Feldspar #CA9A78

Color information

#CA9A78 (or 0xCA9A78) is unknown color: approx Feldspar. HEX triplet: CA, 9A and 78. RGB value is (202,154,120). Sum of RGB (Red+Green+Blue) = 202+154+120=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A78 is #356587. Grayscale: #A4A4A4. Windows color (decimal): -3499400 or 7903946. OLE color: 7903946.

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

Color convert

RGB202154120-
CMYK00.240.410.21
HSL24.88º43.62%63.14%-
HSV(B)24.88º40.59%79.22%-
XYZ39.337.0222.84-
YUV164.48102.9154.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=42.44%
G=32.35%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215412000.240.410.2124.8843.6263.14
HexCA9A780182915192c3f
Octal3122321700305125315477
Binary110010101001101011110000110001010011010111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A78; }

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

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

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

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

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

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

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

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