#CA946F

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

Shades of Feldspar #CA946F

Tints of Feldspar #CA946F

Color information

#CA946F (or 0xCA946F) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 6F. RGB value is (202,148,111). Sum of RGB (Red+Green+Blue) = 202+148+111=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA946F is #356B90. Grayscale: #A0A0A0. Windows color (decimal): -3500945 or 7312586. OLE color: 7312586.

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

Color convert

RGB202148111-
CMYK00.270.450.21
HSL24.4º46.19%61.37%-
HSV(B)24.4º45.05%79.22%-
XYZ37.8234.8819.78-
YUV159.93100.39158.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=43.82%
G=32.10%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214811100.270.450.2124.446.1961.37
HexCA946F01B2D15182e3d
Octal3122241570335525305675
Binary110010101001010011011110110111011011010111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA946F; }

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

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

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

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

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

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

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

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