#CE8B70

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

Shades of Feldspar #CE8B70

Tints of Feldspar #CE8B70

Color information

#CE8B70 (or 0xCE8B70) is unknown color: approx Feldspar. HEX triplet: CE, 8B and 70. RGB value is (206,139,112). Sum of RGB (Red+Green+Blue) = 206+139+112=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B70 is #31748F. Grayscale: #9C9C9C. Windows color (decimal): -3241104 or 7375822. OLE color: 7375822.

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

Color convert

RGB206139112-
CMYK00.330.460.19
HSL17.23º48.96%62.35%-
HSV(B)17.23º45.63%80.78%-
XYZ37.6132.7619.67-
YUV155.95103.2163.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=45.08%
G=30.42%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613911200.330.460.1917.2348.9662.35
HexCE8B700212E1311313e
Octal3162131600415623216176
Binary1100111010001011111000001000011011101001110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B70; }

 p { color: rgb(206,139,112); }

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

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

 a { background-color: rgb(206,139,112); }

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

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

 span { border-color: rgb(206,139,112); }

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