#CD9A7F

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

Shades of Feldspar #CD9A7F

Tints of Feldspar #CD9A7F

Color information

#CD9A7F (or 0xCD9A7F) is unknown color: approx Feldspar. HEX triplet: CD, 9A and 7F. RGB value is (205,154,127). Sum of RGB (Red+Green+Blue) = 205+154+127=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A7F is #326580. Grayscale: #A6A6A6. Windows color (decimal): -3302785 or 8362701. OLE color: 8362701.

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

Color convert

RGB205154127-
CMYK00.250.380.20
HSL20.77º43.82%65.1%-
HSV(B)20.77º38.05%80.39%-
XYZ40.5637.6225.2-
YUV166.17105.9155.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 127 (50% from 255) = 26.13%
R=42.18%
G=31.69%
B=26.13%

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
Decimal20515412700.250.380.2020.7743.8265.1
HexCD9A7F0192614152c41
Octal31523217703146242554101
Binary1100110110011010111111101100110011010100101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A7F; }

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

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

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

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

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

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

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

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