#CD976E

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

Shades of Feldspar #CD976E

Tints of Feldspar #CD976E

Color information

#CD976E (or 0xCD976E) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 6E. RGB value is (205,151,110). Sum of RGB (Red+Green+Blue) = 205+151+110=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD976E is #326891. Grayscale: #A2A2A2. Windows color (decimal): -3303570 or 7247821. OLE color: 7247821.

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

Color convert

RGB205151110-
CMYK00.260.460.20
HSL25.89º48.72%61.76%-
HSV(B)25.89º46.34%80.39%-
XYZ39.0636.2419.69-
YUV162.4798.39158.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=43.99%
G=32.40%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515111000.260.460.2025.8948.7261.76
HexCD976E01A2E141a313e
Octal3152271560325624326176
Binary110011011001011111011100110101011101010011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD976E; }

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

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

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

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

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

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

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

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