#CE9574

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

Shades of Feldspar #CE9574

Tints of Feldspar #CE9574

Color information

#CE9574 (or 0xCE9574) is unknown color: approx Feldspar. HEX triplet: CE, 95 and 74. RGB value is (206,149,116). Sum of RGB (Red+Green+Blue) = 206+149+116=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9574 is #316A8B. Grayscale: #A2A2A2. Windows color (decimal): -3238540 or 7640526. OLE color: 7640526.

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

Color convert

RGB206149116-
CMYK00.280.440.19
HSL22º47.87%63.14%-
HSV(B)22º43.69%80.78%-
XYZ39.3535.8821.37-
YUV162.28101.88159.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=43.74%
G=31.63%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614911600.280.440.192247.8763.14
HexCE957401C2C1316303f
Octal3162251640345423266077
Binary110011101001010111101000111001011001001110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9574; }

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

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

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

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

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

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

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

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