#CE9581

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

Shades of Feldspar #CE9581

Tints of Feldspar #CE9581

Color information

#CE9581 (or 0xCE9581) is unknown color: approx Feldspar. HEX triplet: CE, 95 and 81. RGB value is (206,149,129). Sum of RGB (Red+Green+Blue) = 206+149+129=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9581 is #316A7E. Grayscale: #A3A3A3. Windows color (decimal): -3238527 or 8492494. OLE color: 8492494.

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

Color convert

RGB206149129-
CMYK00.280.370.19
HSL15.58º44%65.69%-
HSV(B)15.58º37.38%80.78%-
XYZ40.1636.225.64-
YUV163.76108.38158.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=42.56%
G=30.79%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614912900.280.370.1915.584465.69
HexCE958101C2513102c42
Octal31622520103445232054102
Binary11001110100101011000000101110010010110011100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9581; }

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

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

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

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

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

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

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

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