#CE9074

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

Shades of Feldspar #CE9074

Tints of Feldspar #CE9074

Color information

#CE9074 (or 0xCE9074) is unknown color: approx Feldspar. HEX triplet: CE, 90 and 74. RGB value is (206,144,116). Sum of RGB (Red+Green+Blue) = 206+144+116=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9074 is #316F8B. Grayscale: #9F9F9F. Windows color (decimal): -3239820 or 7639246. OLE color: 7639246.

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

Color convert

RGB206144116-
CMYK00.300.440.19
HSL18.67º47.87%63.14%-
HSV(B)18.67º43.69%80.78%-
XYZ38.5834.3321.12-
YUV159.35103.54161.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=44.21%
G=30.90%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614411600.300.440.1918.6747.8763.14
HexCE907401E2C1313303f
Octal3162201640365423236077
Binary110011101001000011101000111101011001001110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9074; }

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

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

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

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

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

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

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

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