#CA957B

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

Shades of Feldspar #CA957B

Tints of Feldspar #CA957B

Color information

#CA957B (or 0xCA957B) is unknown color: approx Feldspar. HEX triplet: CA, 95 and 7B. RGB value is (202,149,123). Sum of RGB (Red+Green+Blue) = 202+149+123=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA957B is #356A84. Grayscale: #A2A2A2. Windows color (decimal): -3500677 or 8099274. OLE color: 8099274.

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

Color convert

RGB202149123-
CMYK00.260.390.21
HSL19.75º42.7%63.73%-
HSV(B)19.75º39.11%79.22%-
XYZ38.6835.4823.55-
YUV161.88106.06156.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=42.62%
G=31.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214912300.260.390.2119.7542.763.73
HexCA957B01A2715142b40
Octal31222517303247252453100
Binary1100101010010101111101101101010011110101101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA957B; }

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

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

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

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

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

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

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

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