#CE9670

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

Shades of Feldspar #CE9670

Tints of Feldspar #CE9670

Color information

#CE9670 (or 0xCE9670) is unknown color: approx Feldspar. HEX triplet: CE, 96 and 70. RGB value is (206,150,112). Sum of RGB (Red+Green+Blue) = 206+150+112=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9670 is #31698F. Grayscale: #A2A2A2. Windows color (decimal): -3238288 or 7378638. OLE color: 7378638.

HSL color Cylindrical-coordinate representation of color #CE9670: hue angle of 24.26º 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 #CE9670 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206150112-
CMYK00.270.460.19
HSL24.26º48.96%62.35%-
HSV(B)24.26º45.63%80.78%-
XYZ39.2836.120.23-
YUV162.4199.55159.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=44.02%
G=32.05%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615011200.270.460.1924.2648.9662.35
HexCE967001B2E1318313e
Octal3162261600335623306176
Binary110011101001011011100000110111011101001111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9670; }

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

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

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

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

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

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

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

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