#CD977D

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

Shades of Feldspar #CD977D

Tints of Feldspar #CD977D

Color information

#CD977D (or 0xCD977D) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 7D. RGB value is (205,151,125). Sum of RGB (Red+Green+Blue) = 205+151+125=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD977D is #326882. Grayscale: #A4A4A4. Windows color (decimal): -3303555 or 8230861. OLE color: 8230861.

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

Color convert

RGB205151125-
CMYK00.260.390.20
HSL19.5º44.44%64.71%-
HSV(B)19.5º39.02%80.39%-
XYZ39.9536.5924.36-
YUV164.18105.89157.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=42.62%
G=31.39%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515112500.260.390.2019.544.4464.71
HexCD977D01A2714142c41
Octal31522717503247242454101
Binary1100110110010111111110101101010011110100101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD977D; }

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

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

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

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

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

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

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

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