#CA926F

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

Shades of Feldspar #CA926F

Tints of Feldspar #CA926F

Color information

#CA926F (or 0xCA926F) is unknown color: approx Feldspar. HEX triplet: CA, 92 and 6F. RGB value is (202,146,111). Sum of RGB (Red+Green+Blue) = 202+146+111=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA926F is #356D90. Grayscale: #9E9E9E. Windows color (decimal): -3501457 or 7312074. OLE color: 7312074.

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

Color convert

RGB202146111-
CMYK00.280.450.21
HSL23.08º46.19%61.37%-
HSV(B)23.08º45.05%79.22%-
XYZ37.5134.2619.68-
YUV158.75101.05158.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=44.01%
G=31.81%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214611100.280.450.2123.0846.1961.37
HexCA926F01C2D15172e3d
Octal3122221570345525275675
Binary110010101001001011011110111001011011010110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA926F; }

 p { color: rgb(202,146,111); }

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

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

 a { background-color: rgb(202,146,111); }

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

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

 span { border-color: rgb(202,146,111); }

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