#CA937A

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

Shades of Feldspar #CA937A

Tints of Feldspar #CA937A

Color information

#CA937A (or 0xCA937A) is unknown color: approx Feldspar. HEX triplet: CA, 93 and 7A. RGB value is (202,147,122). Sum of RGB (Red+Green+Blue) = 202+147+122=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA937A is #356C85. Grayscale: #A0A0A0. Windows color (decimal): -3501190 or 8033226. OLE color: 8033226.

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

Color convert

RGB202147122-
CMYK00.270.400.21
HSL18.75º43.01%63.53%-
HSV(B)18.75º39.6%79.22%-
XYZ38.334.8323.12-
YUV160.6106.22157.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=42.89%
G=31.21%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214712200.270.400.2118.7543.0163.53
HexCA937A01B2815132b40
Octal31222317203350252353100
Binary1100101010010011111101001101110100010101100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA937A; }

 p { color: rgb(202,147,122); }

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

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

 a { background-color: rgb(202,147,122); }

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

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

 span { border-color: rgb(202,147,122); }

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