#CE916C

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

Shades of Feldspar #CE916C

Tints of Feldspar #CE916C

Color information

#CE916C (or 0xCE916C) is unknown color: approx Feldspar. HEX triplet: CE, 91 and 6C. RGB value is (206,145,108). Sum of RGB (Red+Green+Blue) = 206+145+108=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE916C is #316E93. Grayscale: #9F9F9F. Windows color (decimal): -3239572 or 7115214. OLE color: 7115214.

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

Color convert

RGB206145108-
CMYK00.300.480.19
HSL22.65º50%61.57%-
HSV(B)22.65º47.57%80.78%-
XYZ38.2934.4618.82-
YUV159.0299.21161.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=44.88%
G=31.59%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614510800.300.480.1922.655061.57
HexCE916C01E301317323e
Octal3162211540366023276276
Binary110011101001000111011000111101100001001110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE916C; }

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

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

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

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

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

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

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

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