#CD9579

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

Shades of Feldspar #CD9579

Tints of Feldspar #CD9579

Color information

#CD9579 (or 0xCD9579) is unknown color: approx Feldspar. HEX triplet: CD, 95 and 79. RGB value is (205,149,121). Sum of RGB (Red+Green+Blue) = 205+149+121=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9579 is #326A86. Grayscale: #A2A2A2. Windows color (decimal): -3304071 or 7968205. OLE color: 7968205.

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

Color convert

RGB205149121-
CMYK00.270.410.20
HSL20º45.65%63.92%-
HSV(B)20º40.98%80.39%-
XYZ39.3835.8522.93-
YUV162.55104.55158.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=43.16%
G=31.37%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514912100.270.410.202045.6563.92
HexCD957901B2914142e40
Octal31522517103351242456100
Binary1100110110010101111100101101110100110100101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9579; }

 p { color: rgb(205,149,121); }

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

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

 a { background-color: rgb(205,149,121); }

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

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

 span { border-color: rgb(205,149,121); }

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