#CD8F6F

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

Shades of Feldspar #CD8F6F

Tints of Feldspar #CD8F6F

Color information

#CD8F6F (or 0xCD8F6F) is unknown color: approx Feldspar. HEX triplet: CD, 8F and 6F. RGB value is (205,143,111). Sum of RGB (Red+Green+Blue) = 205+143+111=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F6F is #327090. Grayscale: #9E9E9E. Windows color (decimal): -3305617 or 7311309. OLE color: 7311309.

HSL color Cylindrical-coordinate representation of color #CD8F6F: hue angle of 20.43º degrees, saturation: 0.48, 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 #CD8F6F is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205143111-
CMYK00.300.460.20
HSL20.43º48.45%61.96%-
HSV(B)20.43º45.85%80.39%-
XYZ37.8733.7719.56-
YUV157.89101.54161.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=44.66%
G=31.15%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514311100.300.460.2020.4348.4561.96
HexCD8F6F01E2E1414303e
Octal3152171570365624246076
Binary110011011000111111011110111101011101010010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F6F; }

 p { color: rgb(205,143,111); }

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

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

 a { background-color: rgb(205,143,111); }

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

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

 span { border-color: rgb(205,143,111); }

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