#CE9C74

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

Shades of Feldspar #CE9C74

Tints of Feldspar #CE9C74

Color information

#CE9C74 (or 0xCE9C74) is unknown color: approx Feldspar. HEX triplet: CE, 9C and 74. RGB value is (206,156,116). Sum of RGB (Red+Green+Blue) = 206+156+116=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C74 is #31638B. Grayscale: #A6A6A6. Windows color (decimal): -3236748 or 7642318. OLE color: 7642318.

HSL color Cylindrical-coordinate representation of color #CE9C74: hue angle of 26.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 #CE9C74 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB206156116-
CMYK00.240.440.19
HSL26.67º47.87%63.14%-
HSV(B)26.67º43.69%80.78%-
XYZ40.4938.1621.75-
YUV166.3999.56156.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=43.10%
G=32.64%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615611600.240.440.1926.6747.8763.14
HexCE9C740182C131b303f
Octal3162341640305423336077
Binary110011101001110011101000110001011001001111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9C74; }

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

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

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

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

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

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

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

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