#CA977D

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

Shades of Feldspar #CA977D

Tints of Feldspar #CA977D

Color information

#CA977D (or 0xCA977D) is unknown color: approx Feldspar. HEX triplet: CA, 97 and 7D. RGB value is (202,151,125). Sum of RGB (Red+Green+Blue) = 202+151+125=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA977D is #356882. Grayscale: #A3A3A3. Windows color (decimal): -3500163 or 8230858. OLE color: 8230858.

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

Color convert

RGB202151125-
CMYK00.250.380.21
HSL20.26º42.08%64.12%-
HSV(B)20.26º38.12%79.22%-
XYZ39.1336.1724.32-
YUV163.28106.4155.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=42.26%
G=31.59%
B=26.15%

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
Decimal20215112500.250.380.2120.2642.0864.12
HexCA977D0192615142a40
Octal31222717503146252452100
Binary1100101010010111111110101100110011010101101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA977D; }

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

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

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

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

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

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

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

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