#CA8B79

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

Shades of Feldspar #CA8B79

Tints of Feldspar #CA8B79

Color information

#CA8B79 (or 0xCA8B79) is unknown color: approx Feldspar. HEX triplet: CA, 8B and 79. RGB value is (202,139,121). Sum of RGB (Red+Green+Blue) = 202+139+121=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B79 is #357486. Grayscale: #9B9B9B. Windows color (decimal): -3503239 or 7965642. OLE color: 7965642.

HSL color Cylindrical-coordinate representation of color #CA8B79: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8B79 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202139121-
CMYK00.310.400.21
HSL13.33º43.32%63.33%-
HSV(B)13.33º40.1%79.22%-
XYZ37.0432.422.39-
YUV155.78108.37160.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=43.72%
G=30.09%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213912100.310.400.2113.3343.3263.33
HexCA8B7901F2815d2b3f
Octal3122131710375025155377
Binary11001010100010111111001011111101000101011101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B79; }

 p { color: rgb(202,139,121); }

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

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

 a { background-color: rgb(202,139,121); }

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

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

 span { border-color: rgb(202,139,121); }

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