#CA8D6E

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

Shades of Feldspar #CA8D6E

Tints of Feldspar #CA8D6E

Color information

#CA8D6E (or 0xCA8D6E) is unknown color: approx Feldspar. HEX triplet: CA, 8D and 6E. RGB value is (202,141,110). Sum of RGB (Red+Green+Blue) = 202+141+110=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6E is #357291. Grayscale: #9B9B9B. Windows color (decimal): -3502738 or 7245258. OLE color: 7245258.

HSL color Cylindrical-coordinate representation of color #CA8D6E: hue angle of 20.22º degrees, saturation: 0.46, 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 #CA8D6E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202141110-
CMYK00.300.460.21
HSL20.22º46.46%61.18%-
HSV(B)20.22º45.54%79.22%-
XYZ36.732.7319.14-
YUV155.7102.21161.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=44.59%
G=31.13%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214111000.300.460.2120.2246.4661.18
HexCA8D6E01E2E15142e3d
Octal3122151560365625245675
Binary110010101000110111011100111101011101010110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D6E; }

 p { color: rgb(202,141,110); }

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

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

 a { background-color: rgb(202,141,110); }

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

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

 span { border-color: rgb(202,141,110); }

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