#CD9980

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

Shades of Feldspar #CD9980

Tints of Feldspar #CD9980

Color information

#CD9980 (or 0xCD9980) is unknown color: approx Feldspar. HEX triplet: CD, 99 and 80. RGB value is (205,153,128). Sum of RGB (Red+Green+Blue) = 205+153+128=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9980 is #32667F. Grayscale: #A5A5A5. Windows color (decimal): -3303040 or 8427981. OLE color: 8427981.

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

Color convert

RGB205153128-
CMYK00.250.380.20
HSL19.48º43.5%65.29%-
HSV(B)19.48º37.56%80.39%-
XYZ40.4637.3225.49-
YUV165.7106.73156.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=42.18%
G=31.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515312800.250.380.2019.4843.565.29
HexCD99800192614132c41
Octal31523120003146242354101
Binary11001101100110011000000001100110011010100100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9980; }

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

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

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

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

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

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

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

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