#CD8B6D

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

Shades of Feldspar #CD8B6D

Tints of Feldspar #CD8B6D

Color information

#CD8B6D (or 0xCD8B6D) is unknown color: approx Feldspar. HEX triplet: CD, 8B and 6D. RGB value is (205,139,109). Sum of RGB (Red+Green+Blue) = 205+139+109=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B6D is #327492. Grayscale: #9B9B9B. Windows color (decimal): -3306643 or 7179213. OLE color: 7179213.

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

Color convert

RGB205139109-
CMYK00.320.470.20
HSL18.75º48.98%61.57%-
HSV(B)18.75º46.83%80.39%-
XYZ37.1732.5518.79-
YUV155.31101.87163.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=45.25%
G=30.68%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513910900.320.470.2018.7548.9861.57
HexCD8B6D0202F1413313e
Octal3152131550405724236176
Binary1100110110001011110110101000001011111010010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B6D; }

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

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

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

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

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

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

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

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