#CE8970

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

Shades of Feldspar #CE8970

Tints of Feldspar #CE8970

Color information

#CE8970 (or 0xCE8970) is unknown color: approx Feldspar. HEX triplet: CE, 89 and 70. RGB value is (206,137,112). Sum of RGB (Red+Green+Blue) = 206+137+112=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8970 is #31768F. Grayscale: #9A9A9A. Windows color (decimal): -3241616 or 7375310. OLE color: 7375310.

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

Color convert

RGB206137112-
CMYK00.330.460.19
HSL15.96º48.96%62.35%-
HSV(B)15.96º45.63%80.78%-
XYZ37.3232.1819.57-
YUV154.78103.86164.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=45.27%
G=30.11%
B=24.62%

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
Decimal20613711200.330.460.1915.9648.9662.35
HexCE89700212E1310313e
Octal3162111600415623206176
Binary1100111010001001111000001000011011101001110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8970; }

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

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

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

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

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

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

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

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