#CA8B6D

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

Shades of Feldspar #CA8B6D

Tints of Feldspar #CA8B6D

Color information

#CA8B6D (or 0xCA8B6D) is unknown color: approx Feldspar. HEX triplet: CA, 8B and 6D. RGB value is (202,139,109). Sum of RGB (Red+Green+Blue) = 202+139+109=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B6D is #357492. Grayscale: #9A9A9A. Windows color (decimal): -3503251 or 7179210. OLE color: 7179210.

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

Color convert

RGB202139109-
CMYK00.310.460.21
HSL19.35º46.73%60.98%-
HSV(B)19.35º46.04%79.22%-
XYZ36.3532.1318.75-
YUV154.42102.37161.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=44.89%
G=30.89%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213910900.310.460.2119.3546.7360.98
HexCA8B6D01F2E15132f3d
Octal3122131550375625235775
Binary110010101000101111011010111111011101010110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B6D; }

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

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

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

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

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

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

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

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