#CE957F

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

Shades of Feldspar #CE957F

Tints of Feldspar #CE957F

Color information

#CE957F (or 0xCE957F) is unknown color: approx Feldspar. HEX triplet: CE, 95 and 7F. RGB value is (206,149,127). Sum of RGB (Red+Green+Blue) = 206+149+127=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE957F is #316A80. Grayscale: #A3A3A3. Windows color (decimal): -3238529 or 8361422. OLE color: 8361422.

HSL color Cylindrical-coordinate representation of color #CE957F: hue angle of 16.71º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE957F is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206149127-
CMYK00.280.380.19
HSL16.71º44.63%65.29%-
HSV(B)16.71º38.35%80.78%-
XYZ40.0336.1524.95-
YUV163.54107.38158.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 127 (50% from 255) = 26.35%
R=42.74%
G=30.91%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614912700.280.380.1916.7144.6365.29
HexCE957F01C2613112d41
Octal31622517703446232155101
Binary1100111010010101111111101110010011010011100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE957F; }

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

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

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

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

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

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

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

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