#CE8975

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

Shades of Feldspar #CE8975

Tints of Feldspar #CE8975

Color information

#CE8975 (or 0xCE8975) is unknown color: approx Feldspar. HEX triplet: CE, 89 and 75. RGB value is (206,137,117). Sum of RGB (Red+Green+Blue) = 206+137+117=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8975 is #31768A. Grayscale: #9B9B9B. Windows color (decimal): -3241611 or 7702990. OLE color: 7702990.

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

Color convert

RGB206137117-
CMYK00.330.430.19
HSL13.48º47.59%63.33%-
HSV(B)13.48º43.2%80.78%-
XYZ37.6132.321.08-
YUV155.35106.36164.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=44.78%
G=29.78%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613711700.330.430.1913.4847.5963.33
HexCE89750212B13d303f
Octal3162111650415323156077
Binary110011101000100111101010100001101011100111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8975; }

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

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

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

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

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

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

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

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