#CD9580

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

Shades of Feldspar #CD9580

Tints of Feldspar #CD9580

Color information

#CD9580 (or 0xCD9580) is unknown color: approx Feldspar. HEX triplet: CD, 95 and 80. RGB value is (205,149,128). Sum of RGB (Red+Green+Blue) = 205+149+128=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9580 is #326A7F. Grayscale: #A3A3A3. Windows color (decimal): -3304064 or 8426957. OLE color: 8426957.

HSL color Cylindrical-coordinate representation of color #CD9580: hue angle of 16.36º 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 #CD9580 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205149128-
CMYK00.270.380.20
HSL16.36º43.5%65.29%-
HSV(B)16.36º37.56%80.39%-
XYZ39.8236.0325.28-
YUV163.35108.05157.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=42.53%
G=30.91%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514912800.270.380.2016.3643.565.29
HexCD958001B2614102c41
Octal31522520003346242054101
Binary11001101100101011000000001101110011010100100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9580; }

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

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

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

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

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

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

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

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