#CE916E

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

Shades of Feldspar #CE916E

Tints of Feldspar #CE916E

Color information

#CE916E (or 0xCE916E) is unknown color: approx Feldspar. HEX triplet: CE, 91 and 6E. RGB value is (206,145,110). Sum of RGB (Red+Green+Blue) = 206+145+110=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE916E is #316E91. Grayscale: #9F9F9F. Windows color (decimal): -3239570 or 7246286. OLE color: 7246286.

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

Color convert

RGB206145110-
CMYK00.300.470.19
HSL21.88º49.48%61.96%-
HSV(B)21.88º46.6%80.78%-
XYZ38.3934.519.39-
YUV159.25100.21161.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=44.69%
G=31.45%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614511000.300.470.1921.8849.4861.96
HexCE916E01E2F1316313e
Octal3162211560365723266176
Binary110011101001000111011100111101011111001110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE916E; }

 p { color: rgb(206,145,110); }

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

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

 a { background-color: rgb(206,145,110); }

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

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

 span { border-color: rgb(206,145,110); }

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