#CD8D6D

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

Shades of Feldspar #CD8D6D

Tints of Feldspar #CD8D6D

Color information

#CD8D6D (or 0xCD8D6D) is unknown color: approx Feldspar. HEX triplet: CD, 8D and 6D. RGB value is (205,141,109). Sum of RGB (Red+Green+Blue) = 205+141+109=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D6D is #327292. Grayscale: #9C9C9C. Windows color (decimal): -3306131 or 7179725. OLE color: 7179725.

HSL color Cylindrical-coordinate representation of color #CD8D6D: hue angle of 20º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD8D6D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205141109-
CMYK00.310.470.20
HSL20º48.98%61.57%-
HSV(B)20º46.83%80.39%-
XYZ37.4633.1318.89-
YUV156.49101.2162.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=45.05%
G=30.99%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514110900.310.470.202048.9861.57
HexCD8D6D01F2F1414313e
Octal3152151550375724246176
Binary110011011000110111011010111111011111010010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D6D; }

 p { color: rgb(205,141,109); }

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

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

 a { background-color: rgb(205,141,109); }

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

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

 span { border-color: rgb(205,141,109); }

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