#CA8A72

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

Shades of Feldspar #CA8A72

Tints of Feldspar #CA8A72

Color information

#CA8A72 (or 0xCA8A72) is unknown color: approx Feldspar. HEX triplet: CA, 8A and 72. RGB value is (202,138,114). Sum of RGB (Red+Green+Blue) = 202+138+114=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A72 is #35758D. Grayscale: #9A9A9A. Windows color (decimal): -3503502 or 7506634. OLE color: 7506634.

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

Color convert

RGB202138114-
CMYK00.320.440.21
HSL16.36º45.36%61.96%-
HSV(B)16.36º43.56%79.22%-
XYZ36.4831.9520.16-
YUV154.4105.2161.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=44.49%
G=30.40%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213811400.320.440.2116.3645.3661.96
HexCA8A720202C15102d3e
Octal3122121620405425205576
Binary1100101010001010111001001000001011001010110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A72; }

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

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

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

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

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

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

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

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