#CD977F

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

Shades of Feldspar #CD977F

Tints of Feldspar #CD977F

Color information

#CD977F (or 0xCD977F) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 7F. RGB value is (205,151,127). Sum of RGB (Red+Green+Blue) = 205+151+127=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD977F is #326880. Grayscale: #A4A4A4. Windows color (decimal): -3303553 or 8361933. OLE color: 8361933.

HSL color Cylindrical-coordinate representation of color #CD977F: hue angle of 18.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD977F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205151127-
CMYK00.260.380.20
HSL18.46º43.82%65.1%-
HSV(B)18.46º38.05%80.39%-
XYZ40.0736.6425.04-
YUV164.41106.89156.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 127 (50% from 255) = 26.29%
R=42.44%
G=31.26%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515112700.260.380.2018.4643.8265.1
HexCD977F01A2614122c41
Octal31522717703246242254101
Binary1100110110010111111111101101010011010100100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD977F; }

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

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

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

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

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

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

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

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