#CD987C

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

Shades of Feldspar #CD987C

Tints of Feldspar #CD987C

Color information

#CD987C (or 0xCD987C) is unknown color: approx Feldspar. HEX triplet: CD, 98 and 7C. RGB value is (205,152,124). Sum of RGB (Red+Green+Blue) = 205+152+124=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD987C is #326783. Grayscale: #A4A4A4. Windows color (decimal): -3303300 or 8165581. OLE color: 8165581.

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

Color convert

RGB205152124-
CMYK00.260.400.20
HSL20.74º44.75%64.51%-
HSV(B)20.74º39.51%80.39%-
XYZ40.0436.8924.08-
YUV164.65105.06156.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=42.62%
G=31.60%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515212400.260.400.2020.7444.7564.51
HexCD987C01A2814152d41
Octal31523017403250242555101
Binary1100110110011000111110001101010100010100101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD987C; }

 p { color: rgb(205,152,124); }

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

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

 a { background-color: rgb(205,152,124); }

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

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

 span { border-color: rgb(205,152,124); }

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