#CA977E

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

Shades of Feldspar #CA977E

Tints of Feldspar #CA977E

Color information

#CA977E (or 0xCA977E) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 7E. RGB value is (202,151,126). Sum of RGB (Red+Green+Blue) = 202+151+126=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA977E is #356881. Grayscale: #A3A3A3. Windows color (decimal): -3500162 or 8296394. OLE color: 8296394.

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

Color convert

RGB202151126-
CMYK00.250.380.21
HSL19.74º41.76%64.31%-
HSV(B)19.74º37.62%79.22%-
XYZ39.1936.224.66-
YUV163.4106.9155.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=42.17%
G=31.52%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215112600.250.380.2119.7441.7664.31
HexCA977E0192615142a40
Octal31222717603146252452100
Binary1100101010010111111111001100110011010101101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA977E; }

 p { color: rgb(202,151,126); }

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

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

 a { background-color: rgb(202,151,126); }

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

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

 span { border-color: rgb(202,151,126); }

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