#CA937D

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

Shades of Feldspar #CA937D

Tints of Feldspar #CA937D

Color information

#CA937D (or 0xCA937D) is unknown color: approx Feldspar. HEX triplet: CA, 93 and 7D. RGB value is (202,147,125). Sum of RGB (Red+Green+Blue) = 202+147+125=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA937D is #356C82. Grayscale: #A1A1A1. Windows color (decimal): -3501187 or 8229834. OLE color: 8229834.

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

Color convert

RGB202147125-
CMYK00.270.380.21
HSL17.14º42.08%64.12%-
HSV(B)17.14º38.12%79.22%-
XYZ38.4934.924.11-
YUV160.94107.72157.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=42.62%
G=31.01%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214712500.270.380.2117.1442.0864.12
HexCA937D01B2615112a40
Octal31222317503346252152100
Binary1100101010010011111110101101110011010101100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA937D; }

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

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

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

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

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

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

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

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