#CD8A6D

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

Shades of Feldspar #CD8A6D

Tints of Feldspar #CD8A6D

Color information

#CD8A6D (or 0xCD8A6D) is unknown color: approx Feldspar. HEX triplet: CD, 8A and 6D. RGB value is (205,138,109). Sum of RGB (Red+Green+Blue) = 205+138+109=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A6D is #327592. Grayscale: #9A9A9A. Windows color (decimal): -3306899 or 7178957. OLE color: 7178957.

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

Color convert

RGB205138109-
CMYK00.330.470.20
HSL18.13º48.98%61.57%-
HSV(B)18.13º46.83%80.39%-
XYZ37.0332.2618.74-
YUV154.73102.2163.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=45.35%
G=30.53%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513810900.330.470.2018.1348.9861.57
HexCD8A6D0212F1412313e
Octal3152121550415724226176
Binary1100110110001010110110101000011011111010010010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A6D; }

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

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

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

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

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

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

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

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