#CA997F

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

Shades of Feldspar #CA997F

Tints of Feldspar #CA997F

Color information

#CA997F (or 0xCA997F) is unknown color: approx Feldspar. HEX triplet: CA, 99 and 7F. RGB value is (202,153,127). Sum of RGB (Red+Green+Blue) = 202+153+127=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA997F is #356680. Grayscale: #A4A4A4. Windows color (decimal): -3499649 or 8362442. OLE color: 8362442.

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

Color convert

RGB202153127-
CMYK00.240.370.21
HSL20.8º41.44%64.51%-
HSV(B)20.8º37.13%79.22%-
XYZ39.5836.8725.11-
YUV164.69106.73154.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 127 (50% from 255) = 26.35%
R=41.91%
G=31.74%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215312700.240.370.2120.841.4464.51
HexCA997F0182515152941
Octal31223117703045252551101
Binary1100101010011001111111101100010010110101101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA997F; }

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

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

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

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

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

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

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

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