#CE956F

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

Shades of Feldspar #CE956F

Tints of Feldspar #CE956F

Color information

#CE956F (or 0xCE956F) is unknown color: approx Feldspar. HEX triplet: CE, 95 and 6F. RGB value is (206,149,111). Sum of RGB (Red+Green+Blue) = 206+149+111=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956F is #316A90. Grayscale: #A1A1A1. Windows color (decimal): -3238545 or 7312846. OLE color: 7312846.

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

Color convert

RGB206149111-
CMYK00.280.460.19
HSL24º49.22%62.16%-
HSV(B)24º46.12%80.78%-
XYZ39.0735.7619.88-
YUV161.7199.38159.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=44.21%
G=31.97%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614911100.280.460.192449.2262.16
HexCE956F01C2E1318313e
Octal3162251570345623306176
Binary110011101001010111011110111001011101001111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE956F; }

 p { color: rgb(206,149,111); }

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

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

 a { background-color: rgb(206,149,111); }

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

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

 span { border-color: rgb(206,149,111); }

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