#CD8E6E

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

Shades of Feldspar #CD8E6E

Tints of Feldspar #CD8E6E

Color information

#CD8E6E (or 0xCD8E6E) is unknown color: approx Feldspar. HEX triplet: CD, 8E and 6E. RGB value is (205,142,110). Sum of RGB (Red+Green+Blue) = 205+142+110=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E6E is #327191. Grayscale: #9D9D9D. Windows color (decimal): -3305874 or 7245517. OLE color: 7245517.

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

Color convert

RGB205142110-
CMYK00.310.460.20
HSL20.21º48.72%61.76%-
HSV(B)20.21º46.34%80.39%-
XYZ37.6633.4519.22-
YUV157.19101.37162.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=44.86%
G=31.07%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514211000.310.460.2020.2148.7261.76
HexCD8E6E01F2E1414313e
Octal3152161560375624246176
Binary110011011000111011011100111111011101010010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E6E; }

 p { color: rgb(205,142,110); }

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

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

 a { background-color: rgb(205,142,110); }

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

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

 span { border-color: rgb(205,142,110); }

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