#CA956E

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

Shades of Feldspar #CA956E

Tints of Feldspar #CA956E

Color information

#CA956E (or 0xCA956E) is unknown color: approx Feldspar. HEX triplet: CA, 95 and 6E. RGB value is (202,149,110). Sum of RGB (Red+Green+Blue) = 202+149+110=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956E is #356A91. Grayscale: #A0A0A0. Windows color (decimal): -3500690 or 7247306. OLE color: 7247306.

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

Color convert

RGB202149110-
CMYK00.260.460.21
HSL25.43º46.46%61.18%-
HSV(B)25.43º45.54%79.22%-
XYZ37.9235.1819.54-
YUV160.499.56157.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=43.82%
G=32.32%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214911000.260.460.2125.4346.4661.18
HexCA956E01A2E15192e3d
Octal3122251560325625315675
Binary110010101001010111011100110101011101010111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA956E; }

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

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

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

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

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

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

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

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