#CD977A

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

Shades of Feldspar #CD977A

Tints of Feldspar #CD977A

Color information

#CD977A (or 0xCD977A) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 7A. RGB value is (205,151,122). Sum of RGB (Red+Green+Blue) = 205+151+122=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD977A is #326885. Grayscale: #A4A4A4. Windows color (decimal): -3303558 or 8034253. OLE color: 8034253.

HSL color Cylindrical-coordinate representation of color #CD977A: hue angle of 20.96º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD977A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205151122-
CMYK00.260.400.20
HSL20.96º45.36%64.12%-
HSV(B)20.96º40.49%80.39%-
XYZ39.7636.5223.37-
YUV163.84104.39157.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=42.89%
G=31.59%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515112200.260.400.2020.9645.3664.12
HexCD977A01A2814152d40
Octal31522717203250242555100
Binary1100110110010111111101001101010100010100101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD977A; }

 p { color: rgb(205,151,122); }

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

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

 a { background-color: rgb(205,151,122); }

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

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

 span { border-color: rgb(205,151,122); }

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