#CEA068

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

Shades of Fallow #CEA068

Tints of Fallow #CEA068

Color information

#CEA068 (or 0xCEA068) is unknown color: approx Fallow. HEX triplet: CE, A0 and 68. RGB value is (206,160,104). Sum of RGB (Red+Green+Blue) = 206+160+104=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA068 is #315F97. Grayscale: #A7A7A7. Windows color (decimal): -3235736 or 6856910. OLE color: 6856910.

HSL color Cylindrical-coordinate representation of color #CEA068: hue angle of 32.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA068 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206160104-
CMYK00.220.500.19
HSL32.94º51%60.78%-
HSV(B)32.94º49.51%80.78%-
XYZ40.5239.2618.54-
YUV167.3792.24155.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=43.83%
G=34.04%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616010400.220.500.1932.945160.78
HexCEA068016321321333d
Octal3162401500266223416375
Binary1100111010100000110100001011011001010011100001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA068; }

 p { color: rgb(206,160,104); }

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

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

 a { background-color: rgb(206,160,104); }

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

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

 span { border-color: rgb(206,160,104); }

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