#CD8A6F

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

Shades of Feldspar #CD8A6F

Tints of Feldspar #CD8A6F

Color information

#CD8A6F (or 0xCD8A6F) is unknown color: approx Feldspar. HEX triplet: CD, 8A and 6F. RGB value is (205,138,111). Sum of RGB (Red+Green+Blue) = 205+138+111=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A6F is #327590. Grayscale: #9B9B9B. Windows color (decimal): -3306897 or 7310029. OLE color: 7310029.

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

Color convert

RGB205138111-
CMYK00.330.460.20
HSL17.23º48.45%61.96%-
HSV(B)17.23º45.85%80.39%-
XYZ37.1332.319.32-
YUV154.95103.2163.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=45.15%
G=30.40%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513811100.330.460.2017.2348.4561.96
HexCD8A6F0212E1411303e
Octal3152121570415624216076
Binary1100110110001010110111101000011011101010010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A6F; }

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

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

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

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

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

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

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

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