#CD9981

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

Shades of Feldspar #CD9981

Tints of Feldspar #CD9981

Color information

#CD9981 (or 0xCD9981) is unknown color: approx Feldspar. HEX triplet: CD, 99 and 81. RGB value is (205,153,129). Sum of RGB (Red+Green+Blue) = 205+153+129=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9981 is #32667E. Grayscale: #A5A5A5. Windows color (decimal): -3303039 or 8493517. OLE color: 8493517.

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

Color convert

RGB205153129-
CMYK00.250.370.20
HSL18.95º43.18%65.49%-
HSV(B)18.95º37.07%80.39%-
XYZ40.5337.3525.84-
YUV165.81107.23155.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=42.09%
G=31.42%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515312900.250.370.2018.9543.1865.49
HexCD99810192514132b41
Octal31523120103145242353101
Binary11001101100110011000000101100110010110100100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9981; }

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

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

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

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

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

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

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

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