#CEA169

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

Shades of Fallow #CEA169

Tints of Fallow #CEA169

Color information

#CEA169 (or 0xCEA169) is unknown color: approx Fallow. HEX triplet: CE, A1 and 69. RGB value is (206,161,105). Sum of RGB (Red+Green+Blue) = 206+161+105=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA169 is #315E96. Grayscale: #A8A8A8. Windows color (decimal): -3235479 or 6922702. OLE color: 6922702.

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

Color convert

RGB206161105-
CMYK00.220.490.19
HSL33.27º50.75%60.98%-
HSV(B)33.27º49.03%80.78%-
XYZ40.7539.6318.87-
YUV168.0792.41155.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=43.64%
G=34.11%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616110500.220.490.1933.2750.7560.98
HexCEA169016311321333d
Octal3162411510266123416375
Binary1100111010100001110100101011011000110011100001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA169; }

 p { color: rgb(206,161,105); }

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

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

 a { background-color: rgb(206,161,105); }

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

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

 span { border-color: rgb(206,161,105); }

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