#CA947D

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

Shades of Feldspar #CA947D

Tints of Feldspar #CA947D

Color information

#CA947D (or 0xCA947D) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 7D. RGB value is (202,148,125). Sum of RGB (Red+Green+Blue) = 202+148+125=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947D is #356B82. Grayscale: #A1A1A1. Windows color (decimal): -3500931 or 8230090. OLE color: 8230090.

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

Color convert

RGB202148125-
CMYK00.270.380.21
HSL17.92º42.08%64.12%-
HSV(B)17.92º38.12%79.22%-
XYZ38.6535.2224.16-
YUV161.52107.39156.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=42.53%
G=31.16%
B=26.32%

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
Decimal20214812500.270.380.2117.9242.0864.12
HexCA947D01B2615122a40
Octal31222417503346252252100
Binary1100101010010100111110101101110011010101100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA947D; }

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

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

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

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

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

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

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

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