#ca947f

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

Shades of Feldspar #CA947F

Tints of Feldspar #CA947F

Color information

#CA947F (or 0xCA947F) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 7F. RGB value is (202,148,127). Sum of RGB (Red+Green+Blue) = 202+148+127=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947F is #356B80. Grayscale: #A1A1A1. Windows color (decimal): -3500929 or 8361162. OLE color: 8361162.

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

Color convert

RGB202148127-
CMYK00.270.370.21
HSL16.8º41.44%64.51%-
HSV(B)16.8º37.13%79.22%-
XYZ38.7835.2724.84-
YUV161.75108.39156.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 127 (50% from 255) = 26.62%
R=42.35%
G=31.03%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214812700.270.370.2116.841.4464.51
HexCA947F01B2515112941
Octal31222417703345252151101
Binary1100101010010100111111101101110010110101100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca947f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca947f; }

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

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

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

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

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

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

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

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