#CA956F

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

Shades of Feldspar #CA956F

Tints of Feldspar #CA956F

Color information

#CA956F (or 0xCA956F) is unknown color: approx Feldspar. HEX triplet: CA, 95 and 6F. RGB value is (202,149,111). Sum of RGB (Red+Green+Blue) = 202+149+111=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956F is #356A90. Grayscale: #A0A0A0. Windows color (decimal): -3500689 or 7312842. OLE color: 7312842.

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

Color convert

RGB202149111-
CMYK00.260.450.21
HSL25.05º46.19%61.37%-
HSV(B)25.05º45.05%79.22%-
XYZ37.9735.219.83-
YUV160.51100.06157.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=43.72%
G=32.25%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214911100.260.450.2125.0546.1961.37
HexCA956F01A2D15192e3d
Octal3122251570325525315675
Binary110010101001010111011110110101011011010111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA956F; }

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

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

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

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

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

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

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

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