#CE9072

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

Shades of Feldspar #CE9072

Tints of Feldspar #CE9072

Color information

#CE9072 (or 0xCE9072) is unknown color: approx Feldspar. HEX triplet: CE, 90 and 72. RGB value is (206,144,114). Sum of RGB (Red+Green+Blue) = 206+144+114=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9072 is #316F8D. Grayscale: #9F9F9F. Windows color (decimal): -3239822 or 7508174. OLE color: 7508174.

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

Color convert

RGB206144114-
CMYK00.300.450.19
HSL19.57º48.42%62.75%-
HSV(B)19.57º44.66%80.78%-
XYZ38.4634.2820.51-
YUV159.12102.54161.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=44.40%
G=31.03%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614411400.300.450.1919.5748.4262.75
HexCE907201E2D1314303f
Octal3162201620365523246077
Binary110011101001000011100100111101011011001110100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9072; }

 p { color: rgb(206,144,114); }

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

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

 a { background-color: rgb(206,144,114); }

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

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

 span { border-color: rgb(206,144,114); }

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