#CA967F

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

Shades of Feldspar #CA967F

Tints of Feldspar #CA967F

Color information

#CA967F (or 0xCA967F) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 7F. RGB value is (202,150,127). Sum of RGB (Red+Green+Blue) = 202+150+127=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA967F is #356980. Grayscale: #A3A3A3. Windows color (decimal): -3500417 or 8361674. OLE color: 8361674.

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

Color convert

RGB202150127-
CMYK00.260.370.21
HSL18.4º41.44%64.51%-
HSV(B)18.4º37.13%79.22%-
XYZ39.0935.924.95-
YUV162.93107.73155.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 127 (50% from 255) = 26.51%
R=42.17%
G=31.32%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215012700.260.370.2118.441.4464.51
HexCA967F01A2515122941
Octal31222617703245252251101
Binary1100101010010110111111101101010010110101100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA967F; }

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

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

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

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

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

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

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

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