#CD9A7E

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

Shades of Feldspar #CD9A7E

Tints of Feldspar #CD9A7E

Color information

#CD9A7E (or 0xCD9A7E) is unknown color: approx Feldspar. HEX triplet: CD, 9A and 7E. RGB value is (205,154,126). Sum of RGB (Red+Green+Blue) = 205+154+126=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A7E is #326581. Grayscale: #A6A6A6. Windows color (decimal): -3302786 or 8297165. OLE color: 8297165.

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

Color convert

RGB205154126-
CMYK00.250.390.20
HSL21.27º44.13%64.9%-
HSV(B)21.27º38.54%80.39%-
XYZ40.537.624.86-
YUV166.06105.4155.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=42.27%
G=31.75%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515412600.250.390.2021.2744.1364.9
HexCD9A7E0192714152c41
Octal31523217603147242554101
Binary1100110110011010111111001100110011110100101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A7E; }

 p { color: rgb(205,154,126); }

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

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

 a { background-color: rgb(205,154,126); }

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

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

 span { border-color: rgb(205,154,126); }

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