#CE9970

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

Shades of Feldspar #CE9970

Tints of Feldspar #CE9970

Color information

#CE9970 (or 0xCE9970) is unknown color: approx Feldspar. HEX triplet: CE, 99 and 70. RGB value is (206,153,112). Sum of RGB (Red+Green+Blue) = 206+153+112=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9970 is #31668F. Grayscale: #A4A4A4. Windows color (decimal): -3237520 or 7379406. OLE color: 7379406.

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

Color convert

RGB206153112-
CMYK00.260.460.19
HSL26.17º48.96%62.35%-
HSV(B)26.17º45.63%80.78%-
XYZ39.7737.0720.39-
YUV164.1798.56157.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=43.74%
G=32.48%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615311200.260.460.1926.1748.9662.35
HexCE997001A2E131a313e
Octal3162311600325623326176
Binary110011101001100111100000110101011101001111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9970; }

 p { color: rgb(206,153,112); }

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

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

 a { background-color: rgb(206,153,112); }

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

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

 span { border-color: rgb(206,153,112); }

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