#CA8D72

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

Shades of Feldspar #CA8D72

Tints of Feldspar #CA8D72

Color information

#CA8D72 (or 0xCA8D72) is unknown color: approx Feldspar. HEX triplet: CA, 8D and 72. RGB value is (202,141,114). Sum of RGB (Red+Green+Blue) = 202+141+114=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D72 is #35728D. Grayscale: #9C9C9C. Windows color (decimal): -3502734 or 7507402. OLE color: 7507402.

HSL color Cylindrical-coordinate representation of color #CA8D72: hue angle of 18.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8D72 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202141114-
CMYK00.300.440.21
HSL18.41º45.36%61.96%-
HSV(B)18.41º43.56%79.22%-
XYZ36.9232.8220.31-
YUV156.16104.21160.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=44.20%
G=30.85%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214111400.300.440.2118.4145.3661.96
HexCA8D7201E2C15122d3e
Octal3122151620365425225576
Binary110010101000110111100100111101011001010110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D72; }

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

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

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

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

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

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

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

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