#CA8F6E

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

Shades of Feldspar #CA8F6E

Tints of Feldspar #CA8F6E

Color information

#CA8F6E (or 0xCA8F6E) is unknown color: approx Feldspar. HEX triplet: CA, 8F and 6E. RGB value is (202,143,110). Sum of RGB (Red+Green+Blue) = 202+143+110=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F6E is #357091. Grayscale: #9D9D9D. Windows color (decimal): -3502226 or 7245770. OLE color: 7245770.

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

Color convert

RGB202143110-
CMYK00.290.460.21
HSL21.52º46.46%61.18%-
HSV(B)21.52º45.54%79.22%-
XYZ36.9933.3319.23-
YUV156.88101.55160.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=44.40%
G=31.43%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214311000.290.460.2121.5246.4661.18
HexCA8F6E01D2E15162e3d
Octal3122171560355625265675
Binary110010101000111111011100111011011101010110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F6E; }

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

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

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

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

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

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

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

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